[Webkit-unassigned] [Bug 13572] Arabic characters are not correctly joined when using Arial

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 3 02:38:45 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=13572


mitz at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mitz at webkit.org




------- Comment #1 from mitz at webkit.org  2007-05-03 02:38 PDT -------
I looked at this in the debugger. shapeArabic() is called, and the text is
handed over to ICU for shaping. u_shapeArabic takes
U+0686 U+0627 U+06A9 U+0648
and returns
U+0686 U+FE8E U+06A9 U+FEEE

Somehow at least the first and third characters don't seem to be shaped
correctly. Could be a bug in ICU or in the way it's called (maybe it needs
different options?). The string is small enough that I might try to run it
through
<http://www.opensource.apple.com/darwinsource/10.4.9.ppc/ICU-6.2.13/icuSources/common/ushape.c>
manually and see what happens.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list