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] Fri Mar 10 06:35:34 -0800 2006 ------- obr: does the testcase I've described above work for you? As the patch says, these fixes apply ONLY to filesystem operations, not to other thread encoding stuff. Mac has always UTF8 as the filesystem encoding, so there are no exceptions. I'm using Tiger 10.4.5 with (default) english locale. The "locale" command in tcsh prints: LANG= LC_COLLATE="C" LC_CTYPE="C" LC_MESSAGES="C" LC_MONETARY="C" LC_NUMERIC="C" LC_TIME="C" LC_ALL="C" So it's not that useful. I don't mind if there is an alternative way to fix this, but I do want to get this fixed sooner than later. There are about 25 uses of osl_getThreadTextEncoding() in sal/osl/unx/, and about 23 of them need the UTF8 specified, to get this work. Alternative approaches would be to change all the instances individually, or to create a osl_getThreadTextEncoding_for_filesystem() that would return the UTF8 for MACOSX and osl_getThreadTextEncoding() for others. But I don't think those approaches are any better... --------------------------------------------------------------------- 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]
