To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=76346
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] Wed May 9 12:59:01 +0000 2007 ------- I was dumb and made an error above, the LangID is not 0x063b but #define LANGUAGE_USER_ENGLISH_GHANA 0x8409 instead, since the primary language ID is of course still English ... In CWS locales23: i18npool/inc/i18npool/lang.h 1.7.22.3 i18npool/source/isolang/isolang.cxx 1.10.22.3 i18npool/source/localedata/localedata.cxx 1.47.10.6 i18npool/source/localedata/data/Attic/en_GH.xml 1.1.2.1 i18npool/source/localedata/data/localedata_en.map 1.6.10.2 i18npool/source/localedata/data/makefile.mk 1.39.2.5 svx/source/dialog/langtab.src 1.72.296.3 However, when compiling with the latest checks I got 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: ListSeparator equals ThousandSeparator. 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. I added a space to all LongDate...Separator elements. I also changed the ListSeparator to the usual ';' semicolon instead. It was intended to separate lists of items, but to my knowledge isn't evaluated by the applications. What about the ASCII quotation marks, are they really intended, no typographic quotation marks used? 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]