[GIS] Encoding problem with Portuguese characters while opening shapefile

encodingportugalqgis-3shapefile

I use a shapefile with names in Portuguese that contain special characters. When I add it to QGIS it exchanges special characters for symbols, so I have problems when comparing values with other layers.

I use QGIS – 3.8.3 Zanzibar on Ubuntu 18.04. So how can I correctly encode the special characters in the shapefile?

Best Answer

First of all, it is suggested to explore the original file, perhaps it was already encoded in UTF-8 or any local Unicode Standard applied automatically by OS, from my experience Windows likes such practice.

Secondly, it is possible to apply one of the Standards for Western alphabetic languages, in particular ISO-8859-1, which includes Portuguese (European and Brazilian).

example


References: