Tag Archive > django

Python and utf-8: force_unicode

Character encoding is the worst thing ever invented. Hopefully somebody invented Unicode and UTF-8 and UTF-32.
For me, UTF-8 is, and should be, the standard for saving and sending text strings all over the world.
Programming languages (even Python) should only support UTF-8 as input, be it from console, from a file, or from a socket. I [...]

Continue reading

, , , ,