summaryrefslogtreecommitdiff
path: root/i18npool/inc/bullet.h
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-11-01 13:51:26 +0000
committerKurt Zenker <kz@openoffice.org>2005-11-01 13:51:26 +0000
commitb78e3b126d659431c0c56255a21da114452dcc01 (patch)
tree0915eca9153ea43890c69864bc6baf04f6f6fedf /i18npool/inc/bullet.h
parent5cfffee7f71cc6dbc5a8a8538e5273ed01b80133 (diff)
INTEGRATION: CWS locales201 (1.3.72); FILE MERGED
2005/10/08 08:54:10 er 1.3.72.5: RESYNC: (1.3-1.4); FILE MERGED 2005/08/29 17:17:04 er 1.3.72.4: #i43045# remove unwanted characters from Thai numbering bullets 2005/08/15 15:12:39 er 1.3.72.3: #i52837# Lao alphabet numbering; contributed by Anousak Souphavank <xangdao@ooo> 2005/08/09 18:22:36 er 1.3.72.2: #i49476# add Khmer alphabet numbering 2005/08/09 15:26:46 er 1.3.72.1: #i50577# add Nepali alphabet numbering
Diffstat (limited to 'i18npool/inc/bullet.h')
-rw-r--r--i18npool/inc/bullet.h29
1 files changed, 26 insertions, 3 deletions
diff --git a/i18npool/inc/bullet.h b/i18npool/inc/bullet.h
index 93b46df02fbd..04ee2b6286ab 100644
--- a/i18npool/inc/bullet.h
+++ b/i18npool/inc/bullet.h
@@ -4,9 +4,9 @@
*
* $RCSfile: bullet.h,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 16:48:13 $
+ * last change: $Author: kz $ $Date: 2005-11-01 14:51:26 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -344,7 +344,7 @@ static sal_Unicode table_Alphabet_ar[] = {
};
static sal_Unicode table_Alphabet_th[] = {
- 0x0E01, 0x0E02, 0x0E03, 0x0E04, 0x0E05, 0x0E06, 0x0E07,
+ 0x0E01, 0x0E02, 0x0E04, 0x0E07,
0x0E08, 0x0E09, 0x0E0A, 0x0E0B, 0x0E0C, 0x0E0D, 0x0E0E, 0x0E0F,
0x0E10, 0x0E11, 0x0E12, 0x0E13, 0x0E14, 0x0E15, 0x0E16, 0x0E17,
0x0E18, 0x0E19, 0x0E1A, 0x0E1B, 0x0E1C, 0x0E1D, 0x0E1E, 0x0E1F,
@@ -358,4 +358,27 @@ static sal_Unicode table_Alphabet_he[] = {
0x05E4, 0x05E6, 0x05E7, 0x05E8, 0x05E9, 0x05EA
};
+static sal_Unicode table_Alphabet_ne[] = {
+ 0x0915, 0x0916, 0x0917, 0x0918, 0x0919, 0x091A, 0x091B, 0x091C,
+ 0x091D, 0x091E, 0x091F, 0x0920, 0x0921, 0x0922, 0x0923, 0x0924,
+ 0x0925, 0x0926, 0x0927, 0x0928, 0x092A, 0x092B, 0x092C, 0x092D,
+ 0x092E, 0x092F, 0x0930, 0x0932, 0x0935, 0x0936, 0x0937, 0x0938,
+ 0x0939
+};
+
+static sal_Unicode table_Alphabet_km[] = {
+ 0x1780, 0x1781, 0x1782, 0x1783, 0x1784, 0x1785, 0x1786, 0x1787,
+ 0x1788, 0x1789, 0x178A, 0x178B, 0x178C, 0x178D, 0x178E, 0x178F,
+ 0x1790, 0x1791, 0x1792, 0x1793, 0x1794, 0x1795, 0x1796, 0x1797,
+ 0x1798, 0x1799, 0x179A, 0x179B, 0x179C, 0x179F,
+ 0x17A0, 0x17A1, 0x17A2
+};
+
+static sal_Unicode table_Alphabet_lo[] = {
+ 0x0E81, 0x0E82, 0x0E84, 0x0E87, 0x0E88, 0x0E8A, 0x0E8D, 0x0E94,
+ 0x0E95, 0x0E95, 0x0E96, 0x0E97, 0x0E99, 0x0E9A, 0x0E9B, 0x0E9C,
+ 0x0E9D, 0x0E9E, 0x0E9F, 0x0EA1, 0x0EA2, 0x0EA3, 0x0EA5, 0x0EA7,
+ 0x0EAA, 0x0EAB, 0x0EAD, 0x0EAE, 0x0EAF, 0x0EAE, 0x0EDC, 0x0EDD
+};
+
} } } }