[libGD] #42 [Comment added] GD can't display characters with unicode references over 7 digits
[email protected] Fri, 19 Mar 2010 16:28:16 +0100 (CET)
| Newsgroups | php.gd.bugs |
|---|---|
| Message-ID | <[email protected]> |
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#42 - GD can't display characters with unicode references over 7 digits User who did this - Pedro P.Wong (PedroWong) ---------- Gdlib converts HTML HEX to unicode binary value or direct convert unicode ASCII to unicode binary value as font glyph index. Use this index to fetch the character image. From font editor to view the fonts. You will find out that any char have table index. This value just for the location in the table. And it also have it's name and glyph index. The problem is the characters his glyph index bigger than 0x10000 in font code2001 or HAN NOM B, there glyph index are all zero. Gdlib uses glyph index to fetch the image. So it can not get the image for those characters. ---------- More information can be found at the following URL: http://bugs.libgd.org/?do=details&task_id=42#comment638 You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.