encode kml using utf8

alfred-data
Nils Schneider 2012-06-05 17:12:36 +02:00
parent 0c74bf3224
commit 9a2b79cb60
1 changed files with 1 additions and 1 deletions

View File

@ -36,4 +36,4 @@ db.import_wikigps("http://freifunk.metameute.de/Knoten")
m = GeoMapBuilder(db)
print(m.build())
print(m.build().encode("utf8"))