Unicode in Python

wxjmfauth at gmail.com wxjmfauth at gmail.com
Thu May 8 02:04:07 EDT 2014


Le jeudi 1 mai 2014 19:21:14 UTC+2, rand... at fastmail.us a écrit :
> On Mon, Apr 28, 2014, at 4:57, wxjmfauth at gmail.com wrote:
> 
> > Python 3:
> 
> > - It missed the unicode shift.
> 
> > - Covering the whole unicode range will not make
> 
> > Python a unicode compliant product.
> 
> 
> 
> Please cite exactly what portion of the unicode standard requires
> 
> operations with all characters to be handled in the same amount of time
> 
> and space, and forbids optimizations that make some characters handled
> 
> faster or in less space than others.

==========

I missed you comment. Regression is only a side effect.

I can make Python failing (lead Python to failures) with
any piece of text or valid sequence of characters I wish [*].

I'm no more writing code (apps), only maintaining
my interactive interpreters.

[*] I do not count as failures, issues like cp65001,
only "basic" text/string manipulations.

jmf



More information about the Python-list mailing list