Implement Additional Codepages #25
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Currently the project only supports utf8 strings.
We should be adding character page support. In order to do that, we need to be able to keep track of the current code page in the context and then decode any strings with the codepage, into utf8.
Ideally we have simple arrays of unicode strings for each codepage and we grab the character from the array based on the decimal value of the byte.
The text was updated successfully, but these errors were encountered: