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

[IDEA] More encodings #337

Open
kalatchev opened this issue Oct 8, 2023 · 2 comments
Open

[IDEA] More encodings #337

kalatchev opened this issue Oct 8, 2023 · 2 comments
Assignees

Comments

@kalatchev
Copy link

Desktop
Sending and receiving packets.

Describe your idea
It will be useful to have more encodings. I'm aware of difficulties with floating-length of some encodings (such as UTF-8), but I think it's a must have function.

@dannagle
Copy link
Owner

I see the value in other character sets. A long time ago, Packet Sender supported EBCDIC. However, that was ultimately abandoned because maintaining it was difficult.

Packet Sender has since gone through some architecture adjustments that could support alternate encodings easier. Note that Packet Sender actually does run UTF-8 underneath and is supporting ASCII by filtering extra characters from the UTF-8 set. The editor stays ASCII for backwards-compatibilities / historical purposes.

Beyond UTF-8 and ASCII, what are your top 5 encodings?

@kalatchev
Copy link
Author

@dannagle I think it would be nice to have UTF-16 and ISO/IEC 8859-1.

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