Sebastian Spaeth schrieb: [...] > And that crashes in the case of non-ascii characters, apparently. >> UnicodeDecodeError: 'ascii' codec can't decode byte 0xc1 in position 154: >> ordinal not in range(128) > > So, while I do catch the error, I don't check for errors in logging the > error... > > I don't know which of the fields that I use lead to the error. Any hints > as to where to robustify more?
Tell python to use UTF8 by default? Sorry for the *very* late answer, but I broke my leg on the day you wrote this e-mail. _______________________________________________ Tilesathome mailing list [email protected] http://lists.openstreetmap.org/listinfo/tilesathome
