summaryrefslogtreecommitdiffstats
path: root/src/storage/chewing_table.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2011-11-21 17:08:57 +0800
committerPeng Wu <alexepico@gmail.com>2011-11-21 17:08:57 +0800
commit9bd7c3a49309dc699f074567762d2b8062783f9b (patch)
tree0e5c3551cff465a4ca47e1ec7414df8644a6927b /src/storage/chewing_table.h
parent8ac98651bc12bb8cea38ca8bdb91f4187d0f8e99 (diff)
downloadlibpinyin-9bd7c3a49309dc699f074567762d2b8062783f9b.tar.gz
libpinyin-9bd7c3a49309dc699f074567762d2b8062783f9b.tar.xz
libpinyin-9bd7c3a49309dc699f074567762d2b8062783f9b.zip
update chewing_table.h
Diffstat (limited to 'src/storage/chewing_table.h')
-rw-r--r--src/storage/chewing_table.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/storage/chewing_table.h b/src/storage/chewing_table.h
index 2eb706b..0d93148 100644
--- a/src/storage/chewing_table.h
+++ b/src/storage/chewing_table.h
@@ -51,7 +51,7 @@ const chewing_scheme_item_t chewing_standard[] = {
};
const chewing_scheme_item_t chewing_ginyieh[] = {
-{''' , "ㄩ"},
+{'\'' , "ㄩ"},
{',' , "ㄝ"},
{'-' , "ㄧ"},
{'.' , "ㄡ"},
@@ -95,7 +95,7 @@ const chewing_scheme_item_t chewing_ginyieh[] = {
};
const chewing_scheme_item_t chewing_eten[] = {
-{''' , "ㄘ"},
+{'\'' , "ㄘ"},
{',' , "ㄓ"},
{'-' , "ㄥ"},
{'.' , "ㄔ"},