From 9bd7c3a49309dc699f074567762d2b8062783f9b Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Mon, 21 Nov 2011 17:08:57 +0800 Subject: update chewing_table.h --- src/storage/chewing_table.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/storage') 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[] = { -{''' , "ㄘ"}, +{'\'' , "ㄘ"}, {',' , "ㄓ"}, {'-' , "ㄥ"}, {'.' , "ㄔ"}, -- cgit