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:18:20 -0700 
2006 -------
I'm suspecting some information lost during conversion in this part
of code.

file connectivity/source/drivers/mozab/bootstrap/MNSProfileDiscover.cxx
function ProfileAccess::LoadXPToolkitProfiles(MozillaProductType product)

...
nsresult rv;
::rtl::OString regDir = getRegistryDir(product);
::rtl::OUString regDirU = ::rtl::OUString::createFromAscii(regDir) +
::rtl::OUString::createFromAscii("profiles.ini");
IniParser parser(regDirU);
...

createFromAscii can handle international characters? Shouldn't be there
something like OStringToOUString(regDir, UTF8)?

Why I suspect this? Because same function works for Mozilla profiles
in function ProfileAccess::LoadMozillaProfiles(). Or InitParser can't
handle international characters in file names?

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