From 281d8e3ab8689a24f21f0dfd6d4de2ca1d46dc34 Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Mon, 28 Nov 2011 20:03:14 +0100 Subject: 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. --- i18npool/source/localedata/data/locale.dtd | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'i18npool') diff --git a/i18npool/source/localedata/data/locale.dtd b/i18npool/source/localedata/data/locale.dtd index ff88bfdbcf69..aca66e506420 100644 --- a/i18npool/source/localedata/data/locale.dtd +++ b/i18npool/source/localedata/data/locale.dtd @@ -198,6 +198,10 @@ This isn't necessary to be technically correct and isn't done in many 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": formatindex="0" MUST be the format containing the 'General' keyword. The keyword itself may be localized, it is good practice though to -- cgit