To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69327





------- Additional comments from [EMAIL PROTECTED] Thu Sep 21 05:31:01 -0700 
2006 -------
> ::rtl::OString regDir = getRegistryDir(product);

This is an OUString (e.g. UniCode) in dba205b, so that alone cannot be the
reason. Also, the implementation of getRegistryDir now also relies on some OSL
functionality, which already returns UniCode strings (previously it relied on
some 8-bit-Windows-API function).

> Or InitParser can't handle international characters in file names?

The IniParser also simply passes the file name to some OSL function, which
should work with UniCode (else, much more in OOo would fail).
However, I see some RTL_TEXTENCODING_ASCII_US in MNSInitParser.cxx. Care to
replace those with RTL_TEXTENCODING_ASCII_UTF8, and try it out?

---------------------------------------------------------------------
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]

Reply via email to