diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2006-09-12 17:07:58 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2006-09-12 17:07:58 +0000 |
commit | 60b4b295d136f0dd9102100940d6bb396494bbef (patch) | |
tree | 75b5b9a5b7ab80502a057cc76177f5874e7f44a0 /ChangeLog | |
parent | fca3a5693a7516bb4871576886609f9baf97ac74 (diff) | |
download | pango-60b4b295d136f0dd9102100940d6bb396494bbef.tar.gz |
Bug 355605 – hexbox with 0000 in it
2006-09-12 Behdad Esfahbod <behdad@gnome.org>
Bug 355605 – hexbox with 0000 in it
* modules/hangul/hangul-fc.c (render_syllable): If decomposition
fails, backup and add a single hexbox glyph for the original
character.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2006-09-12 Behdad Esfahbod <behdad@gnome.org> + + Bug 355605 – hexbox with 0000 in it + + * modules/hangul/hangul-fc.c (render_syllable): If decomposition + fails, backup and add a single hexbox glyph for the original + character. + 2006-09-11 Behdad Esfahbod <behdad@gnome.org> Bug 355435 – Invalid calls to pango_map_get_engine() |