I have a text in UTF8, and I want to convert it to iso-8859-1. Also I have a text in iso-8859-1 and I want to encode to UTF8.
I think it is not possible using native functions, so is there any good library to do this? I am using pure javascript for browser, not nodejs, no using webpack, etc.
Thank you.