Hi Javier, On Mon, Apr 25, 2005 at 23:56:41 +0700, Javier SOLA wrote:
> But I seem to have found an issue with the use of decimal separators. In > this screenshoot you can see how the model is defined with a comma as a > separator (as in the file, with character 2C, and the locale)... the > editing dialog box shows the comma, but the cell itself inverts the > thousand separator and the decimal separator. Without having taken a look at any code: does that happen only if numbers are formatted via the number formatter, or also if you enter the same character sequence as a string into a cell? You might need to preceed the input with a single quote ' to prevent conversion to number, depending on whether Khmer numerals are recognized as digits. > >If you want to setup Khmer number as pre-defined bullet/numbering, You > >can set it up in locale data km_KH.xml, you can see number type 12 is > >for native numbering in locale.dtd, take a look of hi_IN.xml and see how > >it sets for Hindi number bullet. > > This is it. I see the first three entries in the US file, that had Arab > numbers (4) have been replaced here by local language numbering (12), > but other lines have been untouched. What do the other lines mean? > > <LC_NumberingLevel> > <NumberingLevel Prefix=" " NumType="12" Suffix=")" /> The NumType=... value is one of the constants defined in offapi/com/sun/star/style/NumberingType.idl Eike -- OOo/SO Calc core developer. Number formatter bedevilled I18N transpositionizer. GnuPG key 0x293C05FD: 997A 4C60 CE41 0149 0DB3 9E96 2F1A D073 293C 05FD --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
