diff options
author | Peng Wu <alexepico@gmail.com> | 2011-11-21 16:39:31 +0800 |
---|---|---|
committer | Peng Wu <alexepico@gmail.com> | 2011-11-21 16:39:31 +0800 |
commit | b8c33fc248ff56b15bfc4f1e74ac1240670d7173 (patch) | |
tree | 309934e361227c6f81ba2f8c9c5187d20ad74f12 /scripts/chewing_table.h.in | |
parent | dd2fc6f500ad59c1c42e8875608b3a20057bc374 (diff) | |
download | libpinyin-b8c33fc248ff56b15bfc4f1e74ac1240670d7173.tar.gz libpinyin-b8c33fc248ff56b15bfc4f1e74ac1240670d7173.tar.xz libpinyin-b8c33fc248ff56b15bfc4f1e74ac1240670d7173.zip |
add chewing_table.h.in
Diffstat (limited to 'scripts/chewing_table.h.in')
-rw-r--r-- | scripts/chewing_table.h.in | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/scripts/chewing_table.h.in b/scripts/chewing_table.h.in new file mode 100644 index 0000000..de8247f --- /dev/null +++ b/scripts/chewing_table.h.in @@ -0,0 +1,27 @@ +/* This file is generated by python scripts. Don't edit this file directly. + */ + +#ifndef CHEWING_TABLE_H +#define CHEWING_TABLE_H + +namespace pinyin{ + +const chewing_scheme_item_t chewing_standard[] = { +@STANDARD@ +}; + +const chewing_scheme_item_t chewing_ginyieh[] = { +@GINYIEH@ +}; + +const chewing_scheme_item_t chewing_eten[] = { +@ETEN@ +}; + +const chewing_scheme_item_t chewing_ibm[] = { +@IBM@ +}; + +}; + +#endif |