http://bugs.winehq.org/show_bug.cgi?id=17324
--- Comment #66 from Toralf Förster toralf.foerster@gmx.de 2010-03-01 03:40:02 --- This makes the bug away - but I dunno why :
diff --git a/dlls/usp10/usp10.c b/dlls/usp10/usp10.c index 523bd4f..b4896c8 100644 --- a/dlls/usp10/usp10.c +++ b/dlls/usp10/usp10.c @@ -558,9 +558,9 @@ HRESULT WINAPI ScriptItemize(const WCHAR *pwcInChars, int cInChars, int cMaxItem
for (cnt=1; cnt < cInChars; cnt++) { - if (pwcInChars[cnt] == '\r') - New_Script = Script_CR; - else +// if (pwcInChars[cnt] == '\r') +// New_Script = Script_CR; +// else if (pwcInChars[cnt] == '\n') New_Script = Script_LF; else