Hi, I'm using C# to read a .gdb file. We run this code in docker through a Linux container.
We are having an encoding issue with a function in OGR that read the string value from a field. item.*GetFieldAsString*(field_name); The GetFieldAsString returns the proper string when its run from an Windows environment but when run from a Linux Docker Container it returns us wrong characters like M�. We have a lot of French Characters in our file like Québec which don't render properly when run on Linux. Can anyone suggest a way to fix this? Regards, Brian -- Sent from: http://osgeo-org.1560.x6.nabble.com/GDAL-Dev-f3742093.html _______________________________________________ gdal-dev mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/gdal-dev
