ashtuchkin / iconv-lite

Convert character encodings in pure javascript.
MIT License
3.04k stars 282 forks source link

Supported Encodings: Update Wiki Page #288

Closed eekboom closed 2 years ago

eekboom commented 2 years ago

It seems that the Wiki page at https://github.com/ashtuchkin/iconv-lite/wiki/Supported-Encodings is out of date. For example these seem to work, but are not included in the list:

Windows-874, UTF-32, UCS-4

Probably there are more. Or did I miss the info somehow?

ashtuchkin commented 2 years ago

Updated the page. Windows-874 was there (see Windows codepages: 874, ...); UTF-32/UCS-4 and a couple more were added. Thank you for noticing!