To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=72905
------- Additional comments from [EMAIL PROTECTED] Thu Dec 28 12:26:21 -0800 2006 ------- ihi, ulfconv is used here: http://go-oo.org/lxr/source/tools/solenv/inc/rules.mk#692 In ulfconv there is a call of OUStringToOString which actually converts the strings from Unicode to RTL_TEXTENCODING_MS_1258, if codepage 1258 is selected for "vi" in msi-encodinglist.txt. The character encoding for RTL_TEXTENCODING_MS_1258 is defined in sal/textenc/tcvteas1.tab - probably this is not correct, but I do not know. The following line looks suspicious: http://go-oo.org/lxr/source/porting/sal/textenc/tcvteas1.tab#334 "iso8859-1", /* TODO! correct? */ As clytie wrote, this is what we saw. Only the latin1 subset of cp1258 was converted. --------------------------------------------------------------------- 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]
