summaryrefslogtreecommitdiffstats
path: root/scripts/chewing_table.h.in
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2011-11-23 11:21:22 +0800
committerPeng Wu <alexepico@gmail.com>2011-11-23 11:21:22 +0800
commit0ae49515d539175b888fbd3420908b949c6cae21 (patch)
tree10d48223d1cfb1f9e41697e490a3d203cec33062 /scripts/chewing_table.h.in
parent56abe0fc75529b7b3c054ca900ed28c3a33d08d0 (diff)
downloadlibpinyin-0ae49515d539175b888fbd3420908b949c6cae21.tar.gz
libpinyin-0ae49515d539175b888fbd3420908b949c6cae21.tar.xz
libpinyin-0ae49515d539175b888fbd3420908b949c6cae21.zip
fixes gen bopomofo header
Diffstat (limited to 'scripts/chewing_table.h.in')
-rw-r--r--scripts/chewing_table.h.in33
1 files changed, 25 insertions, 8 deletions
diff --git a/scripts/chewing_table.h.in b/scripts/chewing_table.h.in
index de8247f..ac01a3a 100644
--- a/scripts/chewing_table.h.in
+++ b/scripts/chewing_table.h.in
@@ -6,20 +6,37 @@
namespace pinyin{
-const chewing_scheme_item_t chewing_standard[] = {
-@STANDARD@
+const chewing_symbol_item_t chewing_standard_symbols[] = {
+@STANDARD_SYMBOLS@
};
-const chewing_scheme_item_t chewing_ginyieh[] = {
-@GINYIEH@
+const chewing_tone_item_t chewing_standard_tones[] = {
+@STANDARD_TONES@
};
-const chewing_scheme_item_t chewing_eten[] = {
-@ETEN@
+
+const chewing_symbol_item_t chewing_ginyieh_symbols[] = {
+@GINYIEH_SYMBOLS@
+};
+
+const chewing_tone_item_t chewing_ginyieh_tones[] = {
+@GINYIEH_TONES@
+};
+
+const chewing_symbol_item_t chewing_eten_symbols[] = {
+@ETEN_SYMBOLS@
+};
+
+const chewing_tone_item_t chewing_eten_tones[] = {
+@ETEN_TONES@
+};
+
+const chewing_symbol_item_t chewing_ibm_symbols[] = {
+@IBM_SYMBOLS@
};
-const chewing_scheme_item_t chewing_ibm[] = {
-@IBM@
+const chewing_tone_item_t chewing_ibm_tones[] = {
+@IBM_TONES@
};
};