mapbox / shp-write

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

Chinese garbled #85

Closed TBusan closed 10 months ago

TBusan commented 2 years ago

when i export to shp ,Chinese garbled

WangMingHua111 commented 2 years ago

dbf issues #21 的确可以解决shp写入后中文乱码的问题

TerrainHome commented 1 year ago

怎么解决呢?

WangMingHua111 commented 1 year ago

怎么解决呢?

unescape(encodeURIComponent(text))

image

sheindel commented 10 months ago

This is really an underlying dbf issue, feel free to open this issue there