[issue21084] IDLE can't deal with characters above the range (U+0000-U+FFFF)

wjssz report at bugs.python.org
Fri Jul 25 05:10:32 CEST 2014


wjssz added the comment:

nonbmp_except_check_v2.patch changes character numbers to 0-based, same as IDLE.

Quote from www.tkdocs.com :
"for historical conventions related to how programmers normally refer to lines and characters, line numbers are 1-based, and character numbers are 0-based."

----------
Added file: http://bugs.python.org/file36082/nonbmp_except_check_v2.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21084>
_______________________________________


More information about the Python-bugs-list mailing list