non-preset formatindex="..." values must be >=50

Explicitly mention that formatindex="..." values for formats defined
additionally to the preset range must be >=50 and unique within a
locale.
This commit is contained in:
Eike Rathke 2011-11-28 20:03:14 +01:00
parent 92d68ce31a
commit 281d8e3ab8

View file

@ -198,6 +198,10 @@
This isn't necessary to be technically correct and isn't done in many This isn't necessary to be technically correct and isn't done in many
locales yet, but will certainly help. locales yet, but will certainly help.
If you want to define yet more formats than the preset and reserved
0..49 range that's fine, only make sure those formatindex="..." values
are each >=50 and all values are unique within one locale.
Of usage="FIXED_NUMBER": Of usage="FIXED_NUMBER":
formatindex="0" MUST be the format containing the 'General' keyword. formatindex="0" MUST be the format containing the 'General' keyword.
The keyword itself may be localized, it is good practice though to The keyword itself may be localized, it is good practice though to