To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=61958
------- Additional comments from [EMAIL PROTECTED] Sat Mar 11 14:51:14 -0800
2006 -------
Obr: yes the patch fixes my problems in all places except in the X11 window
title. The window title still shows the non-UTF8 (i.e. doubled non-ASCII)
characters. The window title is not critical thing, but it would be nice to have
the title show up properly.
Your patch looks elegant, but I would still feel more comfortable with a patch
like this:
+ #ifdef MACOSX // MacOS X always uses UTF-8 for the filesystem
+ osl_setThreadTextEncoding (RTL_TEXTENCODING_UTF8);
+ #else
osl_setThreadTextEncoding (RTL_TEXTENCODING_ISO_8859_1);
+ #endif
...
(while fiddling with the international settings, I managed to make the problem
go a way for a while (using english lang, custom Finnish region), but now I
managed to cause the problem to show up again... For testing purposes, doing
e.g. Finnish language, english->India region, does the trick :)
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]