diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-07-21 13:37:12 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-07-21 13:37:12 +0000 |
commit | a06c2d2641eef69ebd53623186730b803a0d7473 (patch) | |
tree | 7a4b7d4469ec46db4ea5bdab470ea404506d13ea | |
parent | d20a8d15c53ca4ad6987dc207b0c3f1274b72a29 (diff) |
INTEGRATION: CWS localedata5 (1.7.44); FILE MERGED
2005/06/09 14:42:20 er 1.7.44.1: #i49998# add Nepali native numbering, contributed by Subir Bahadur Pradhanang <subir@ooo>
-rw-r--r-- | i18npool/source/nativenumber/data/numberchar.h | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/i18npool/source/nativenumber/data/numberchar.h b/i18npool/source/nativenumber/data/numberchar.h index 3d947ab35ce2..6aecd1e42b88 100644 --- a/i18npool/source/nativenumber/data/numberchar.h +++ b/i18npool/source/nativenumber/data/numberchar.h @@ -2,9 +2,9 @@ * * $RCSfile: numberchar.h,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: rt $ $Date: 2004-06-11 16:06:50 $ + * last change: $Author: obo $ $Date: 2005-07-21 14:37:12 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -71,7 +71,8 @@ static const sal_Int16 NumberChar_my = 25; static const sal_Int16 NumberChar_km = 26; static const sal_Int16 NumberChar_mn = 27; static const sal_Int16 NumberChar_he = 28; -static const sal_Int16 NumberChar_Count = 29; +static const sal_Int16 NumberChar_ne = 29; +static const sal_Int16 NumberChar_Count = 30; static sal_Unicode NumberChar[][10] = { // 0 1 2 3 4 5 6 7 8 9 @@ -104,6 +105,7 @@ static sal_Unicode NumberChar[][10] = { { 0x17E0, 0x17E1, 0x17E2, 0x17E3, 0x17E4, 0x17E5, 0x17E6, 0x17E7, 0x17E8, 0x17E9 }, // Cambodian (Khmer) { 0x1810, 0x1811, 0x1812, 0x1813, 0x1814, 0x1815, 0x1816, 0x1817, 0x1818, 0x1819 }, // Mongolian { 0x0020, 0x05D0, 0x05D1, 0x05D2, 0x05D3, 0x05D4, 0x05D5, 0x05D6, 0x05D7, 0x05D8 }, // Hebrew + { 0x0966, 0x0967, 0x0968, 0x0969, 0x096A, 0x096B, 0x096C, 0x096D, 0x096E, 0x096F }, // Nepali }; static sal_Unicode DecimalChar[] = { @@ -136,6 +138,7 @@ static sal_Unicode DecimalChar[] = { 0x002E, // Cambodian (Khmer) 0x002E, // Mongolian 0x002E, // Hebrew + 0x002E, // Nepali }; static sal_Unicode MinusChar[] = { @@ -168,6 +171,7 @@ static sal_Unicode MinusChar[] = { 0x002D, // Cambodian (Khmer) 0x002D, // Mongolian 0x002D, // Hebrew + 0x002D, // Nepali }; static sal_uInt16 SeparatorChar[] = { @@ -200,6 +204,7 @@ static sal_uInt16 SeparatorChar[] = { 0x002C, // Cambodian (Khmer) 0x002C, // Mongolian 0x002C, // Hebrew + 0x002C, // Nepali }; #define NUMBER_ZERO NumberChar[NumberChar_HalfWidth][0] // 0x0030 |