Skip to content

Commit

Permalink
add fullwidth full stop. fixes #30
Browse files Browse the repository at this point in the history
  • Loading branch information
tsroten committed Jun 24, 2023
1 parent 8ad0cea commit 7040698
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/zhon/hanzi.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@

#: A string of Chinese stops.
stops = (
"\uFF0E" # Fullwidth full stop
"\uFF01" # Fullwidth exclamation mark
"\uFF1F" # Fullwidth question mark
"\uFF61" # Halfwidth ideographic full stop
Expand Down

0 comments on commit 7040698

Please sign in to comment.