Skip to content

Commit

Permalink
Merge pull request #37 from tsroten/issue_30_full_width_stop
Browse files Browse the repository at this point in the history
add fullwidth full stop
  • Loading branch information
tsroten committed Jun 24, 2023
2 parents 8ad0cea + 7040698 commit effd5b6
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 effd5b6

Please sign in to comment.