windchime-yk / bid

build IME dictionary
https://deno.land/x/bid
MIT License
4 stars 1 forks source link

UTF-16 LE Support #15

Closed windchime-yk closed 1 year ago

windchime-yk commented 1 year ago

Currently, this module supported UTF-8 only. But, MS-IME or ATOK is UTF-16 LE encoding(more precisely, ATOK is compatible with MS-IME encoding). Therefore, I would like to increase the number of available IMEs that support UTF-16 LE.

windchime-yk commented 1 year ago

Refer to the implementation of the following link for support. https://zenn.dev/link/comments/304b314ddc4c19