Comment #15 on issue 6135 by [email protected]: RTL: Hebrew text with diacritical marks rendered with extra spaces in Chrome/Windows. http://code.google.com/p/chromium/issues/detail?id=6135
I was surprised that Webkit passes along U+000A intact to the low-level text drawing routine. A quick and dirty solution is to replace it (and other 'html-whitespace' characters with U+0020) ourselves in UniscribeHelper, but I think it should be done before reaching there. Webkit has a known issue with not collapsing form feed characters, which seems to be taken care of at the same place. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
