[IronPython] UTF-8 script every 1024 bytes are broken
KATO Kanryu
k.kanryu at gmail.com
Fri Aug 7 10:03:24 CEST 2009
Hi,
When the IronPython parses UTF-8 scripts, it occars every 1024 bytes are broken.
Because UTF-8 charmap has multibyte chars, but parser read only 1024
byte at once.
Mr. Koichi Yamamoto had written a patch for the problem.
http://knivez.homelinux.org/~spro/cs/utf-8_blocken-fix.patch
I'm glad to commit official repository.
Comments?
Regards,
KATO Kanryu
More information about the Ironpython-users
mailing list