[issue17048] calendar should understand full- vs. half-width characters

2018-01-28 Thread Chason Chaffin
Change by Chason Chaffin : -- nosy: +chason.chaffin ___ Python tracker ___ ___

[issue17048] calendar should understand full- vs. half-width characters

2018-01-28 Thread Robert Booth
Robert Booth added the comment: There is similar misaligned output in Japanese and Korean: Korean: 1월2월3월 월 화 수 목 금 토 일 월 화 수 목 금 토 일 월 화 수 목 금 토 일 1 2 3 4 5 6 71 2

[issue17048] calendar should understand full- vs. half-width characters

2013-02-02 Thread Terry J. Reedy
Terry J. Reedy added the comment: For this particular East Asian local, the problem is the double spacing between the double-width characters (the Chinese numbers 1 to 7). This is potentially easily fixed for this locale. But do all locales have abbreviated weekday names that fit in 2

[issue17048] calendar should understand full- vs. half-width characters

2013-02-02 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- nosy: +ezio.melotti ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17048 ___ ___

[issue17048] calendar should understand full- vs. half-width characters

2013-01-27 Thread Robert Xiao
New submission from Robert Xiao: Try this at your command-prompt (requires utf8 support in the terminal emulator): $ python3 -m calendar -L zh_CN -e utf8 The result is a mess like this: 2013 一月二月三月 一

[issue17048] calendar should understand full- vs. half-width characters

2013-01-27 Thread Robert Xiao
Robert Xiao added the comment: This is also a problem in Python 2.7 after the patch in issue17049 is applied. -- versions: +Python 2.7 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17048 ___

[issue17048] calendar should understand full- vs. half-width characters

2013-01-27 Thread Serhiy Storchaka
Changes by Serhiy Storchaka storch...@gmail.com: -- dependencies: +Add functions to get the width in columns of a character ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17048 ___