summaryrefslogtreecommitdiff
path: root/i18npool
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-12-12 15:16:15 +0000
committerKurt Zenker <kz@openoffice.org>2006-12-12 15:16:15 +0000
commita7b46a30e6a1d22864f788e1cbb8d108b4e0e96e (patch)
tree8f706e64577a681a98702b5bfd191785f24db8c9 /i18npool
parent5506240ae56190f9be079f4552cbb1be200f1dfd (diff)
INTEGRATION: CWS icuupgrade (1.19.10); FILE MERGED
2006/11/14 20:43:06 khong 1.19.10.2: RESYNC: (1.19-1.20); FILE MERGED 2006/11/14 01:07:28 khong 1.19.10.1: #i54479# add patch to support using system ICU
Diffstat (limited to 'i18npool')
-rw-r--r--i18npool/source/localedata/data/locale.dtd12
1 files changed, 12 insertions, 0 deletions
diff --git a/i18npool/source/localedata/data/locale.dtd b/i18npool/source/localedata/data/locale.dtd
index bfa8d8331973..8a7bbc38045c 100644
--- a/i18npool/source/localedata/data/locale.dtd
+++ b/i18npool/source/localedata/data/locale.dtd
@@ -313,6 +313,18 @@
Entries that don't match a defined key are appended to the index list. Used
in Writer textprocessor.
+ Syntax for indexKey string,
+
+ '-' (dash): Ellipsis, all letters elided by the ellipsis are included as index keys in
+ alphabetic order.
+ '[]' (square bracket): all letters included in square breacket are skipping letters. It is
+ used for CTL language to skip prefix vowels or signs. Example, if double quote is
+ defined as skipping letter, index item '"Index"' will be under 'I', not '"'.
+ '{}' (curly bracket): it defines multiple letters index key, like 'Ch' is one of the index
+ key for Czech.
+ '()' (parentheses): it defines optional description for index key. If defined, the description
+ will be showed as delimiter, instead of index key itself.
+
The initial data was setup according to the ICU collation chart at
http://oss.software.ibm.com/icu/charts/collation/