diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-07-21 13:26:51 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-07-21 13:26:51 +0000 |
commit | b7a5ad64d878e0138fceeb81261bdc71c4c20cca (patch) | |
tree | e846b2e6d4fc5f97ed31f4779464af4806f30f0b /i18npool/inc | |
parent | 0f40232a7e3079ea47fbbb872b458c8b4411a62b (diff) |
INTEGRATION: CWS localedata5 (1.5.2); FILE MERGED
2005/06/13 10:27:16 er 1.5.2.3: RESYNC: (1.5-1.6); FILE MERGED
2005/06/09 14:26:52 er 1.5.2.2: #i50041# add Nepali collation, contributed by Subir Bahadur Pradhanang <subir@ooo>
2005/05/31 12:23:01 er 1.5.2.1: #i36827# add dz_BT (Dzongkha_Bhutan) locale data and collation; contributed by Javier Sola <javiersola@ooo>
Diffstat (limited to 'i18npool/inc')
-rw-r--r-- | i18npool/inc/collator_unicode.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/i18npool/inc/collator_unicode.hxx b/i18npool/inc/collator_unicode.hxx index d37ad5cb9c15..92b3dd5d9940 100644 --- a/i18npool/inc/collator_unicode.hxx +++ b/i18npool/inc/collator_unicode.hxx @@ -2,9 +2,9 @@ * * $RCSfile: collator_unicode.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: hr $ $Date: 2005-06-09 14:34:06 $ + * last change: $Author: obo $ $Date: 2005-07-21 14:26:51 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -118,6 +118,7 @@ public:\ Collator_##algorithm(); \ }; +COLLATOR( dz_charset ) COLLATOR( zh_pinyin ) COLLATOR( zh_radical ) COLLATOR( zh_stroke ) @@ -126,6 +127,7 @@ COLLATOR( zh_zhuyin ) COLLATOR( zh_TW_radical ) COLLATOR( zh_TW_stroke ) COLLATOR( zh_TW_charset ) +COLLATOR( ne_charset ) COLLATOR( ko_charset ) COLLATOR( km_charset ) COLLATOR( ja_charset ) |