I'm using shapefiles with encoding UTF-8 that were used in ArcGIS before. The German umlaut ( ¨ ) are shown as a question mark. In Layer Properties -> Source -> Settings the encoding is set to UTF-8. Do I have to make additional settings so that I can see German umlaut?
Asked
Active
Viewed 1,038 times
4
2 Answers
3
If ü is being shown as ü you actually have Windows 1252 encoding not UTF-8. They overlap for some chars but not all. See https://string-functions.com/encodingtable.aspx?encoding=65001&decoding=1252 for a table of values
Craig Williams
- 2,258
- 15
- 14
üwould be shown asü. So the information is lost completely. You need access to the original source to fix this: Before saving the data to shapefile, make sure the correct encoding is chosen. – MrXsquared Sep 06 '21 at 13:41