hwbllmnn / shp-write

create and write to shapefiles in pure javascript
BSD 3-Clause "New" or "Revised" License
11 stars 17 forks source link

Chinese garbled #3

Open TBusan opened 3 years ago

TBusan commented 3 years ago

when I exprot shp ,Chinese garbled

hwbllmnn commented 3 years ago

Attributes are stored in the DBF. shp-write uses https://github.com/mapbox/dbf to export the DBF, so you should better open a ticket there. Unfortunately that project is also abandoned/without maintainer currently, but in case someone publishes a fixed version of the dbf library I can update it in the package.json.