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

Add support for IBM EBCDIC encodings #223

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

depau
Copy link

@depau depau commented Jul 19, 2023

This PR adds support for encodings in the IBM EBCDIC family (mainframes).

I'm not sure how to update the .po files so I haven't done that. How do I take care of it?

@hltj
Copy link
Collaborator

hltj commented Jul 19, 2023

Thanks.
It looks good!

While it also needs related test cases, I will deal with it later.

@depau
Copy link
Author

depau commented Jul 28, 2023

Thank you! Let me know if there's anything you need me to change. I'll try to add some tests when I have some more time.

@hltj
Copy link
Collaborator

hltj commented Aug 13, 2023

I had checked the wikipedia entries about EBCDIC encodings, and I found that there are more encodings including variants for different use. I will select the encodings to be supported first, and then confirm whether there is any difference between different versions of ICU.

In addition, all previously supported encodings are iso646 compatible, I will confirm whether there is any compatibility problem with supporting EBCDIC.

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

Successfully merging this pull request may close these issues.

None yet

2 participants