summaryrefslogtreecommitdiffstats
path: root/src/ZYZZhuyinEditor.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/ZYZZhuyinEditor.cc')
-rw-r--r--src/ZYZZhuyinEditor.cc6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/ZYZZhuyinEditor.cc b/src/ZYZZhuyinEditor.cc
index 7b34639..a0bb2eb 100644
--- a/src/ZYZZhuyinEditor.cc
+++ b/src/ZYZZhuyinEditor.cc
@@ -188,7 +188,11 @@ ZhuyinEditor::insert (gint ch)
return TRUE;
}
- /* TODO:: handle symbols here. */
+ if (insertPunct (ch))
+ return TRUE;
+
+ if (insertEnglish (ch))
+ return TRUE;
return FALSE;
}