Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support different character encoding schemes (ISO-8859-#) #713

Open
DipSwitch opened this issue Mar 21, 2023 · 1 comment
Open

Support different character encoding schemes (ISO-8859-#) #713

DipSwitch opened this issue Mar 21, 2023 · 1 comment

Comments

@DipSwitch
Copy link

Currently the application uses UTF-8 or UTF-16 encoding for each string, but for embedded devices this sometimes is to large / difficult to implement since you cannot easily create lookup tables to map the characters to bitmaps. So most of the times (to my knowledge) ISO-8859-# encoding is used embedded.
So it could be useful to be able to select the characterset encoding per server connection, or in an application wide setting.

@ilgrank
Copy link

ilgrank commented Mar 21, 2023

@DipSwitch : the author has not been updating this project since some year.. keep that in mind if you expect a reply :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants