We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1c3b7fa + 1bdf36a commit fff0986Copy full SHA for fff0986
add-space-between-latin-and-cjk
@@ -18,7 +18,7 @@ def is_latin(c):
18
19
# Some characters should not have space on either side.
20
def allow_space(c):
21
- return not c.isspace() and not (c in '。?!,、;:「」《》『』[]()*_#')
+ return not c.isspace() and not (c in '。?!,、;:「」《》『』<>[]()()*_-=#".@\'')
22
23
def add_space_at_boundry(prefix, next_char):
24
if len(prefix) == 0:
0 commit comments