Hello, I am using this command to convert shp to csv but all latin characters on the output are corrupted: ogr2ogr -f CSV -lco GEOMETRY=AS_XY output_csv input_shape Any suggestion on how to modify the comand in such a way that the latin encoding (Windows 1252) on the output would be preserved? thanks Karel