For a shapefile in GB2312 encoding, what is the correct way to load it into postgis db using shp2pgsql? The following was attempted but seems to produce a sql file with all i18n encoded attribute values as blank string " ". shp2pgsql -W GB2312 test roads > roads.sql