I have a problem with an application I'm building, multilingual.
I have 4 languages (Portuguese, Spanish, English, Polish) and I would like to encode texts in 4 languages.
Note: I'm using lua for some scripts, this way, I'm intercepting the string, and converting the encoding depending on the language.
To convert the string to ISO-8859-1 I already managed using this guide -> Code
How would I convert it to ISO-8859-2?
I tried to use the same conversion, but how the unicode change in the iso-8859-1 to iso-8859-2 code would be done