This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author hyeshik.chang
Recipients
Date 2001-12-07.06:38:07
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=55188

Yes, it should be changed to iswprint on Linux systems. 
(but, isprint of BSD systems was designed for wide 
characters)
As loewis told, EUC codes of Korea, Japan, Taiwan doesn't 
use 0x7F-0x9F for printable character. So, I think that 
using mbtowc is unavoidable.
History
Date User Action Args
2007-08-23 15:08:56adminlinkissue479898 messages
2007-08-23 15:08:56admincreate