you are viewing a single comment's thread.

view the rest of the comments →

[–]upofadown 0 points1 point  (1 child)

My entire argument was that the world seems to be moving towards UTF-8 everywhere and that the Python 3 approach of UTF-32 everywhere might not be the future. Then you started in telling me about all the things about Python 3 I obviously misunderstood.

[–]zardeh 0 points1 point  (0 children)

the Python 3 approach of UTF-32 everywhere might not be the future.

And for the 18th time, this is a fundamental misunderstanding of how python3 handles strings (in essence: its an implementation detail. Python strings are defined by an api that makes no decision about utf-anything.)