I need help with GDAL. The string value with Chinese symbols is not readed/saved correctly (C#).
For SAVING grid value we using:
private static extern void GDALR
Read this first Specifying a Character Set. Make sure there is a unicode version of GDALRATGetValueAsString. Unicode version ends with a W e.g. GDALRATGetValueAsStringW. ANSI version ends with a A e.g. GDALRATGetValueAsStringA. If you import GDALRATGetValueAsString the charset is auto. It is not clear which version of the function you are referring to.