summaryrefslogtreecommitdiff
path: root/i18npool/inc/bullet.h
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-03-26 09:54:59 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-03-26 09:54:59 +0000
commit9f9bfe677d855d9883360e151d15a6cb6c4d9f7d (patch)
tree0156c5d69ea94a0379566d2ccda1ced3f40986fc /i18npool/inc/bullet.h
parent8ee2a0686f065b059e77f7b0a276a071373c7106 (diff)
MWS_SRX644: migrate branch mws_srx644 -> HEAD
Diffstat (limited to 'i18npool/inc/bullet.h')
-rw-r--r--i18npool/inc/bullet.h18
1 files changed, 17 insertions, 1 deletions
diff --git a/i18npool/inc/bullet.h b/i18npool/inc/bullet.h
index 2267a10f6fa7..53fc56728252 100644
--- a/i18npool/inc/bullet.h
+++ b/i18npool/inc/bullet.h
@@ -300,7 +300,7 @@ static sal_Unicode table_HangulSyllable_ko[] = {
0xCC28, // HANGUL SYLLABLE CA
0xCE74, // HANGUL SYLLABLE KA
0xD0C0, // HANGUL SYLLABLE TA
- 0xD39C, // HANGUL SYLLABLE PA
+ 0xD30C, // HANGUL SYLLABLE PA
0xD558 // HANGUL SYLLABLE HA
};
@@ -348,4 +348,20 @@ static sal_Unicode table_DiZi_zh[] = {
0x5b50,0x4e11,0x5bc5,0x536f,0x8fb0,0x5df3,0x5348,0x672a,0x7533,0x9149,0x620c,0x4ea5
};
+static sal_Unicode table_Alphabet_ar[] = {
+ 0x0623, 0x0628, 0x062A, 0x062B, 0x062C, 0x062D, 0x062E,
+ 0x062F, 0x0630, 0x0631, 0x0632, 0x0633, 0x0634, 0x0635,
+ 0x0636, 0x0637, 0x0638, 0x0639, 0x063A, 0x0641, 0x0642,
+ 0x0643, 0x0644, 0x0645, 0x0646, 0x0647, 0x0648, 0x0649
+};
+
+static sal_Unicode table_Alphabet_th[] = {
+ 0x0E01, 0x0E02, 0x0E03, 0x0E04, 0x0E05, 0x0E06, 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,
+ 0x0E20, 0x0E21, 0x0E22, 0x0E23, 0x0E24, 0x0E25, 0x0E26, 0x0E27,
+ 0x0E28, 0x0E29, 0x0E2A, 0x0E2B, 0x0E2C, 0x0E2D, 0x0E2E
+};
+
} } } }