-
Notifications
You must be signed in to change notification settings - Fork 190
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
How To set CCSID to 1386? #572
Comments
You need a container with the right language pack installed. Unfortunately, the Red Hat Universal Base Image (UBI) repos only supply a single language pack for English. Other language packs require a Red Hat subscription. If you are a Red Hat Enterprise Linux (RHEL) customer, with a valid subscription, then you can add the language packs onto an existing MQ image. You can create a Dockerfile/Containerfile like this:
If you then
|
On my machine, I can check that I have the right CCSID:
(where |
Correction: I have now learned that UBI does include language packs in the
|
I want to deal message with GBK Encoding
The text was updated successfully, but these errors were encountered: