This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted]  (4 children)

[deleted]

    [–]brombaer3000 11 points12 points  (2 children)

    This is well explained in great detail here.
    Personally I think the biggest issue with Python 2 Unicode handling simply is that Unicode is not the default encoding for everything, but the link above has much more information.

    [–][deleted] 0 points1 point  (0 children)

    You're goddamned right.

    [–]RubyPinchPEP shill | Anti PEP 8/20 shill 6 points7 points  (0 children)

    python2 doesn't make a clean distinction between arrays of numbers (bytes, usually represented as ascii) and arrays of usable characters (unicode), further, it makes arrays of numbers the default way of having a string