summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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[] = {
-{''' , "ㄘ"},
+{'\'' , "ㄘ"},
{',' , "ㄓ"},
{'-' , "ㄥ"},
{'.' , "ㄔ"},