cjkwrap
cjkwrap copied to clipboard
NEW HOME ON GITLAB
Results
1
cjkwrap issues
Sort by
recently updated
recently updated
newest added
For example, ```python print(cjkwrap.fill(u"最終的に良いラッピング", 10, break_long_words=False)) ``` gives ``` 最終的に良いラッピング ``` Since CJK characters can be broken at every character boundary, `break_long_words=False` shouldn't, as far as I'm concerned, prevent wrapping...