Do these have to be replaced or is it possible to use them in python?
Hi Johannes.
I had the same problem with spanish characters, and I found a solution with this sentence at the first script line:
# -*- coding: cp1252 -*-
Including the comment char, the initial hash key ==> #
If this charcode, cp1252, doesn't work, try another one, UTF-8 or similar.
Good luck!
Luis
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.