0

I've trying to find the right source encoding that allows me to read correctly my attributes table with words that contain accents, "ñ, ü" and end in -"ción", but I still could not find the correct encoding. I've tried with "System", UTF-8, UTF-16, UTF-32, iso-8869-15, iso-8859-1, Windows-1252 and Windows-1250 and none worked I still see symbols in the spaces where there has to be an accent or a Ñ, ü or the termination "-ción". I am using QGIS 3.24.

I leave an image of what it appears to me in the attributes table. For example instead of saying Constitución appears Constitución; en vez de decir Desagües it appears DesagÌes: For example instead of saying Constitución appears  Constitución; en vez de decir Desagües it appears DesagÌes

Vince
  • 20,017
  • 15
  • 45
  • 64
DorExplor
  • 35
  • 4
  • 3
    You need to look at the actual bytes used to encode the characters, something we can't do at this remove. And, unfortunately, there's no reason to believe the same encoding was used in all strings, so you might need to create a decision tree in code to recode it all as UTF-16 or UTF-8. – Vince Feb 19 '24 at 22:29
  • You need to set your codepage https://learn.microsoft.com/en-us/cpp/text/locales-and-code-pages?view=msvc-170 to the same as the text https://gis.stackexchange.com/questions/238182/is-it-possible-to-change-default-encoding-for-qgis, as for what codepage you need I can't help - I don't have a knack for languages that aren't scripting or programming languages, so I'm limited to English only. – Michael Stimson Feb 20 '24 at 01:06
  • Thank you both for your answers – DorExplor Feb 20 '24 at 14:09

0 Answers0