Hi Javier,
Javier SOLA wrote:
I understand now that I can produce Khmer number formats with Khmer language + [NatNum1]. Is it possible to predefine some of these formats in a Khmer build (or when the Khmer locale is selected), so that users only need to select a Khmer format, and not define it with [Natnum1]?
Yes, you can use [NatNum] in LC_FORMAT section in localedata, when select Khmer language, pre-defined format will show on the list box. Take a look of ko_KR.xml, which define some Korean Date format with [NatNum1].
On numbering
The Hindi locale defines the following block, with number 12 standing for Hindi numbers, 0 for upper case Latin letters, 1 for lowecase latin letters, 2 for uppercase (old) Latin numbers and 3 for lowercase (old) Latin numbers.
---------------------------
Hindi LOCALE
<LC_NumberingLevel>
<NumberingLevel Prefix=" " NumType="12" Suffix=")" />
<NumberingLevel Prefix=" " NumType="12" Suffix="." />
<NumberingLevel Prefix="(" NumType="12" Suffix=")" />
<NumberingLevel Prefix=" " NumType="2" Suffix="." />
<NumberingLevel Prefix=" " NumType="0" Suffix=")" />
<NumberingLevel Prefix=" " NumType="1" Suffix=")" />
<NumberingLevel Prefix="(" NumType="1" Suffix=")" />
<NumberingLevel Prefix=" " NumType="3" Suffix="." />
</LC_NumberingLevel>
-----------------------------
Can you explain what these 8 lines mean. Are they 8 different independent numbering styles? or are they related? such as the first line represents the first level, the second line the second level, etc..., as in
1) 1. (1) I. A
When you open dialog box, Format->Bullets and Numbering... in Writer, under tab 'Numbering type', there are 8 predefined numbering type, which are come from this section. Another tab 'Outline' is defined under <LC_OutLineNumberingLevel> section. Take look of ko_KR.xml to see how they are defined.
Thanks, Karl.
Thanks,
Javier
--------------------------------------------------------------------- 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]
