ashtuchkin / iconv-lite

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

Use iconv.Buffer instead of global Buffer #243

Closed gyzerok closed 4 years ago

gyzerok commented 4 years ago

This PR is an attempt to check 1st step from https://github.com/ashtuchkin/iconv-lite/issues/235

ashtuchkin commented 4 years ago

Thanks @gyzerok! Please see my comment https://github.com/ashtuchkin/iconv-lite/issues/235#issuecomment-645917932 - unfortunately I think just making Buffer class would not help. We need something more involved.