summaryrefslogtreecommitdiffstats
path: root/scripts/chewing_table.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/chewing_table.h.in')
-rw-r--r--scripts/chewing_table.h.in27
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