[issue7643] What is a Unicode line break character?

Florent Xicluna report at bugs.python.org
Fri Mar 19 01:31:02 CET 2010


Florent Xicluna <florent.xicluna at gmail.com> added the comment:

Cleanup committed as r78982

Patch for LineBreak.txt updated after UCD upgrade to 5.2.
See details: http://bugs.python.org/issue7643#msg97483

Tests added to test_unicodedata.

Backward compatibility concern:
 * it adds VT u'\x0b' and FF u'\x0c' as line breaks.

The choice is either to preserve backward compatibility, or to comply with the specification (UAX #14).

----------
priority:  -> normal
Added file: http://bugs.python.org/file16577/issue7643_use_LineBreak_v2.diff

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


More information about the Python-bugs-list mailing list