dbf icon indicating copy to clipboard operation
dbf copied to clipboard

Chinese character messe...

Open jsdocker opened this issue 8 years ago • 2 comments

when i use this lib to save data which contains chinese character, it works. But when i open the dbf file, the character is mess. How can i solve this problem. Thank u.

jsdocker avatar Jun 26 '17 08:06 jsdocker

For the Cyrillic helped shield. Maybe you will also help

unescape(encodeURIComponent(text))

MammutAlex avatar Jan 17 '19 17:01 MammutAlex

@MammutAlex thanks. It helps also for other multi-byte characters (like ľščťžýáíéôäň).

zdila avatar Apr 05 '20 07:04 zdila