I get this string from the database: 'Paris, \u00cele-de-France'
In the schema, it is encoded with UTF-8 Unicode. I try encode('utf-8') but it is no help.
I get this string from the database: 'Paris, \u00cele-de-France'
In the schema, it is encoded with UTF-8 Unicode. I try encode('utf-8') but it is no help.