Sunday August 26 2018, Cockle Bay, 14:50 AEST


Born from parents who don’t mind string encoding, my name has an “ë”. How can your code handle that character? How does Unicode handle it? If you see “\u00EB” in a stack trace, does that mean your encoding is broken?

Ignoring unicode often backfires. This talk is about preventing Unicode burns.


This presentation aims to give the audience a hands on approach to handling unicode. The first 10 minutes are about what unicode and utf-8 are. I’m leaving aside the history of unicode for the sake of brevity. Then we’ll give a short overview of how Python handles unicode, and move to best practices and gotchas.

The goal is that by the end of the presentation, the audience feels comfortable with building applications that handle non-ASCII strings. Conceivably there will be some aha moments, where past mysterious errors that the audience ran into are now understandable.


Watch 'Unicode and Python: the absolute minimum you need to know' on PyCon AU's YouTube account

Raphaël Merx

Raphaël Merx
Catalpa
@raphaelmerx


Raphaël lives in Timor-Leste, where he works for Catalpa, a nonprofit that builds software for international development. He currently works on Hamutuk, a program that aims to reduce the prevalence of stunting in children under two. In past lives, he worked for startups in the US and ate lots of chocolate in France. He loves learning languages and dislikes air conditioning.