You are not logged in.
- Topics: Active | Unanswered
#1 2021-01-30 13:13:40
- Maarten Deen
- Member
- Registered: 2010-05-20
- Posts: 420
JOSM: problems reading characters with accents in CSV file
For the dutch public transport I make a list of busstops from the open NDOV files which I present in CSV to open in JOSM. There are characters with accents in the file, like ëöü and JOSM displays the replacement character instead of the accent characters.
Is there a way to get these characters displayed correctly?
The files are basic 8-bit iso-8859-1 files.
An example file can be found here: http://www.maasluip.nl/osm/NDOV-test.csv
The name should be Italiëlaan.
Offline
#2 2021-02-02 09:51:36
- SimonPoole
- Member
- Registered: 2010-03-14
- Posts: 1,980
Re: JOSM: problems reading characters with accents in CSV file
I would try with converting to UTF-8. There's no way JOSM can know what encoding you are using just like that, and iso-8859-1 hasn't been a sensible default for a long time now (aka at least a decade).
Offline