summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2008-02-25 01:26:22 +0000
committerTor Lillqvist <tml@src.gnome.org>2008-02-25 01:26:22 +0000
commitbb310c6a105e181ceb1699beecfab2f752e30176 (patch)
tree7e66f5e26df7240177f1be27d71b3cf8c01cc701 /ChangeLog
parent086da399d3c16f0c9b75ae2c60e4afcb286bb052 (diff)
downloadpango-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--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ee443a42..1e4c2b7d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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