Unicode in Python

Post Reply
User avatar
mimosa
Salix Warrior
Posts: 3311
Joined: 25. May 2010, 17:02
Contact:

Unicode in Python

Post by mimosa »

A good tutorial on the practicalities of unicode (UTF-8) in Python, and when it collides with other encodings. 2009, so may not be fully up to date.

http://lobstertech.com/python_unicode.html
Shador
Posts: 1295
Joined: 11. Jun 2009, 14:04
Location: Bavaria

Re: Unicode in Python

Post by Shador »

http://joelonsoftware.com/articles/Unicode.html

This is where I found it: https://maurus.net/resources/programming-languages/php/. Also I was well-aware of character sets before, it was interesting to read.
Image
Post Reply