Hi, 2013/2/15 Maris Nartiss <[email protected]>: > JFYI > GRASS is also hit hard by recent GDAL/OGR ESRI Shapefile encoding > saga. Importing ESRI Shapefile with non-latin text most likely will > corrupt Your text.
take a look on new parameter 'encoding' in `v.in.ogr` [1]. This could help. ... v.in.ogr dsn=/home/user/shape_data/test_shape.shp output=grass_map encoding=cp1250 ... Martin [1] http://grass.osgeo.org/grass70/manuals/v.in.ogr.html -- Martin Landa <landa.martin gmail.com> * http://geo.fsv.cvut.cz/~landa _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
