calvinmetcalf / shapefile-js

Convert a Shapefile to GeoJSON. Not many caveats.
http://calvinmetcalf.github.io/shapefile-js/
MIT License
735 stars 230 forks source link

character encoding #28

Closed calvinmetcalf closed 3 years ago

calvinmetcalf commented 10 years ago

see calvinmetcalf/leaflet.shapefile#7

denny123 commented 10 years ago

<?php echo iconv('cp1251', 'utf-8', iconv('utf-8', 'ISO-8859-1', $string)); ?>

zxiaozhang commented 7 years ago

wait you update (╯︿╰)

calvinmetcalf commented 7 years ago

calvinmetcalf/parseDBF#9