To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=76153
------- Additional comments from [EMAIL PROTECTED] Thu Apr 12 14:15:11 +0000 2007 ------- Hi moyogo, Thank you for your contribution. Please note that to integrate code or data contributed we need a signed Joint Copyright Assignment form (JCA) filled-out, see http://contributing.openoffice.org/programming.html#jca To be able to lookup your name in the list of approved assignments I'd appreciate if you stated your full name here in this issue. Regarding the locale data file attached: 1. The ThousandSeparator (aka group separator) is defined to be empty. It should probably be a '.' dot or ' ' non-breaking space instead. Accordingly, the defined number format codes currently don't make use of a group separator. Note that when changing separators all format codes using them have to be adapted. 2. The ListSeparator is defined as ' ;' including a leading space, this is probably a typo. 3. The currency format codes use the negative form with parentheses <FormatCode>[CURRENCY]###0,00;[RED]([CURRENCY]###0,00)</FormatCode> This is usually only the case for countries that are "influenced" by the USA. Intended? Maybe that should be more something like <FormatCode>[CURRENCY] #.##0,00;[RED]-[CURRENCY] #.##0,00</FormatCode> or wherever the minus sign goes in your locale. 4. The CurrencySymbol is defined identical to the CurrencyID 'CDF'. No problem, but isn't there a distinct currency symbol used? 5. The IndexKey defines only 'A-Z', but the language also uses other characters. This has the effect that in a Writer text document's index table the entries are listed in the order A-Z then followed by other characters in Unicode order. Intended? If another order should take place the definition needs to include the characters, for example A-O ɔ P-Z if ɔ should go between O and P. Regarding the collation data attached: Is that meant to offer _two different_ collation algorithms at the UI in the Sort dialog? Or should the morphological letters with digraphs ln_morph.txt be 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]
