iandees/shp-to-osm

Encoding

devemux86 opened this issue · 0 comments

Hi,

An idea would be to add as option the shp file's encoding and pass it to ShpToOsmConverter, with default the 'utf-8'. Then put a new connection parameter at convert() with connectParameters.put("charset", encoding);

Thanks!