[issue24665] Use unicodedata.east_asian_width in textwrap

2018-07-08 Thread Julien Palard
Julien Palard added the comment: Hi Inada, you're right and that's more or less why I not used CJK in the implementation: mainly I don't want to close the door to future enhancements on this topic (char width) of non-CJK languages (like those "invisible hyphens" here only to tell textwrapers

[issue24665] Use unicodedata.east_asian_width in textwrap

2018-07-08 Thread INADA Naoki
Change by INADA Naoki : -- title: CJK support for textwrap -> Use unicodedata.east_asian_width in textwrap versions: +Python 3.8 -Python 3.7 ___ Python tracker ___