-
When "Zoë" !== "Zoë". Or why you need to normalize Unicode strings | With Blue Ink
Why You Need to Normalize Unicode Strings — Or when "Zoë" !== "Zoë"! If you’re dealing with Unicode strings, you need to take into account that characters could be represented in multiple ways. See how String’s normalize method can help.
Appears in lists (1)
More like this (3)
-
Unicode is Awesome
awesome unicode curated list of delightful Unicode tidbits, packages and resources.
-
Ned Batchelder: Pragmatic Unicode
Pragmatic Unicode (2012) Timeless tutorial that teaches the basics of Unicode, and how both Python 2...
-
Unicode programming, with examples
Unicode programming, with examples Most programming languages evolved awkwardly during the transition from ASCII to 16-bit...