diff options
author | Tor Lillqvist <tml@novell.com> | 2008-02-25 01:26:22 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2008-02-25 01:26:22 +0000 |
commit | bb310c6a105e181ceb1699beecfab2f752e30176 (patch) | |
tree | 7e66f5e26df7240177f1be27d71b3cf8c01cc701 /ChangeLog | |
parent | 086da399d3c16f0c9b75ae2c60e4afcb286bb052 (diff) | |
download | pango-bb310c6a105e181ceb1699beecfab2f752e30176.tar.gz |
Bug 515484 -- Uniscribe interface handles surrogate pairs incorrectly
2008-02-25 Tor Lillqvist <tml@novell.com>
Bug 515484 -- Uniscribe interface handles surrogate
pairs incorrectly
* modules/basic/basic-win32.c (itemize_shape_and_place): Pass
correctly offset wchar string to set_up_pango_log_clusters() so
that when it passes the string on to unichar_index() it notices
the surrogate pairs correctly.
svn path=/trunk/; revision=2574
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2008-02-25 Tor Lillqvist <tml@novell.com> + + Bug 515484 – Uniscribe interface handles surrogate + pairs incorrectly + + * modules/basic/basic-win32.c (itemize_shape_and_place): Pass + correctly offset wchar string to set_up_pango_log_clusters() so + that when it passes the string on to unichar_index() it notices + the surrogate pairs correctly. + 2008-02-24 Tor Lillqvist <tml@novell.com> Bug 515484 – Pango on Windows is missing Type 1 |