To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=49581
------- Additional comments from [EMAIL PROTECTED] Mon May 23 09:38:09 -0700 2005 ------- Ingo, Before Khmer was added to file setup_native/source/win32/msi-encodinglist.txt, we tested m84, which used the current version of solenv/bin/modules/installer/windows/language.pm and, if I read it correctly in the code, would have defaulted to 0 encoding and then to 65001 anyway. In m84 we had exactly the same error message that we have now in m103 after adding Khmer as 1251, so this might not be the problem. Khmer is NOT supported by Windows XP. In order to use it we need to upgrade some system files... and set the keyboard to Catalan or something else. 1107 is the decimal Microsoft LCID number for Khmer in: http://www.microsoft.com/globaldev/reference/lcid-all.mspx but Khmer is not in the list of supported locales in: http://www.microsoft.com/globaldev/reference/winxp/xp-lcid.mspx If you do not see another solution, and please excuse me if this a stupid proposal, would it be possible to make a change to: instsetoo_native/util/makefile.mk so that installers for languages that cannot be installed in their own language are automatically created as bi-lingual installers. Something like: 1.- creating a list of these languages (say we call it noMSLocaleLangs). 2.- Instead of using alllangiso in the current parts of the file, using a local version of it in which the languages in noMSLocaleLangs are stripped from the list. 3.- Creating ActiveNoMSLocaleLangs as the list of languages in noMSLocaleLangs that are in alllangsiso (to assure that nothing that is not in alllangiso is targeted). 4.- Create a new loop for ActiveNoMSLocaleLangs in which bi-lingual installers are created instead. --------------------------------------------------------------------- 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]
