summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/punct.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/punct.py b/scripts/punct.py
index a40805b..b67e838 100644
--- a/scripts/punct.py
+++ b/scripts/punct.py
@@ -9,6 +9,7 @@ punct_map = (
(u'$', (u'$', u'€', u'﹩', u'¢', u'£', u'¥',)),
(u'%', (u'%', u'﹪', u'‰', u'‱', u'㏙', u'㏗',)),
(u'&', (u'&', u'﹠',)),
+ (u'\'', (u'、', u'‘', u'’',)),
(u'(', (u'(', u'︵', u'﹙',)),
(u')', (u')', u'︶', u'﹚',)),
(u'*', (u'*', u'×', u'※', u'╳', u'﹡', u'⁎', u'⁑', u'⁂', u'⌘',)),
@@ -61,7 +62,6 @@ punct_map = (
(u'Y', (u'Y',)),
(u'Z', (u'Z',)),
(u'[', (u'「', u'[', u'『', u'【', u'「', u'︻', u'﹁', u'﹃',)),
- (u'\'', (u'、', u'‘', u'’',)),
(u'\\', (u'\', u'↖', u'↘', u'﹨',)),
(u']', (u'」', u']', u'』', u'】', u'」', u'︼', u'﹂', u'﹄',)),
(u'^', (u'︿', u'〈', u'《', u'︽', u'﹤', u'<',)),