To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=76348
User er changed the following: What |Old value |New value ================================================================================ Status|STARTED |RESOLVED -------------------------------------------------------------------------------- Resolution| |FIXED -------------------------------------------------------------------------------- Target milestone|--- |OOo 2.3 -------------------------------------------------------------------------------- ------- Additional comments from [EMAIL PROTECTED] Thu May 10 16:24:22 +0000 2007 ------- In CWS locales23: i18npool/inc/i18npool/lang.h 1.7.22.6 i18npool/source/isolang/isolang.cxx 1.10.22.6 i18npool/source/localedata/localedata.cxx 1.47.10.8 i18npool/source/localedata/data/Attic/lg_UG.xml 1.1.2.1 i18npool/source/localedata/data/localedata_others.map 1.13.10.5 i18npool/source/localedata/data/makefile.mk 1.39.2.7 svx/source/dialog/langtab.src 1.72.296.6 Compiling the data gave me: Warning: LongDateDayOfWeekSeparator is only a comma not followed by a space. Usually this is not the case and may lead to concatenated display names like "Wednesday,May 9, 2007". Warning: LongDateDaySeparator is only a comma or dot not followed by a space. Usually this is not the case and may lead to concatenated display names like "Wednesday, May 9,2007". Warning: LongDateMonthSeparator is empty. Usually this is not the case and may lead to concatenated display names like "Wednesday, May9, 2007". Warning: LongDateYearSeparator is empty. Usually this is not the case and may lead to concatenated display names like "Wednesday, 2007May 9". Warning: QuotationStart and QuotationEnd are both ASCII characters. Not necessarily an error, but unusual. Warning: DoubleQuotationStart and DoubleQuotationEnd are both ASCII characters. Not necessarily an error, but unusual. Warning: QuotationStart equals QuotationEnd. Not necessarily an error, but unusual. Warning: DoubleQuotationStart equals DoubleQuotationEnd. Not necessarily an error, but unusual. As the long date format codes didn't use any comma separators I changed LongDateDayOfWeekSeparator and LongDateDaySeparator to be a space instead, and also changed LongDateMonthSeparator and LongDateYearSeparator to space instead of nil. The ISO 4217 currency code for Uganda Shilling is UGX instead of UGS, I changed CurrencyID and BankSymbol accordingly. The currency symbol /- looked strange to me, according to http://en.wikipedia.org/wiki/Uganda_Shilling the currency symbol is USh, I adapted the CurrencySymbol element and the replaceTo attribute. Thanks Eike --------------------------------------------------------------------- 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]