|
|
|
|
|
by tedmiston
4055 days ago
|
|
> Then all this u"xx" stuff on strings. What's that about? I don't care about unicode. 256 ascii characters is fine for me. If I need Unicode I can do it, but I don't need it by default. I felt this way before I started spending all of my time on web apps. It's reading user input data from some random public source, like Twitter, that forces it upon you. Then, so quickly it became the best practice to "unicode all the things". I think of analogous to how we store timestamps in UTC always. |
|
OTOH: Which characters do and don't belong in unicode and in what order? I don't fucking know. :-)