We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 50fbda3 + 1ea5e5a commit 1c3b7faCopy full SHA for 1c3b7fa
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