Skip to content

Conversation

@goemondo
Copy link

I just want parseDBF to support some code pages, such as 850, which is sometimes used in some shapefiles. On server side of the master, 850 code page is supported by 'iconv-lite'. On the other hand, 'TextDecoder' running on client side, doesn't support it. Fortunately, 'iconv-lite' supports to run on the browser now by using Browserify. That's why I just delete the browser field in package.json.

@calvinmetcalf
Copy link
Owner

this is somewhat intentional as textdecoder is included in most browsers already while iconv-lite is still pretty heavy, what exactly is in the cpg file and is there an alias that also works (e.g. latin-1 is that the same )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants