Things I learned about Unicode today

Sunday 4 January 2004This is close to 21 years old. Be careful.

I learned a couple of things about Unicode today:

1. Python has a named character escape in Unicode strings:

>>> u'\N{MIDDLE DOT}'
u'\xb7'

2. The Unicode Consortium maintains authoritative parsable data files describing various aspects of Unicode and its myriad characters: Unicode Character Database.

Comments

Add a comment:

Ignore this:
Leave this empty:
Name is required. Either email or web are required. Email won't be displayed and I won't spam you. Your web site won't be indexed by search engines.
Don't put anything here:
Leave this empty:
Comment text is Markdown.