-
Notifications
You must be signed in to change notification settings - Fork 30
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
ChangeTag and changeStreamCCSID print garbage #426
Comments
This isn't what I thought at first. |
i think the cause is here |
I have noticed this difference, when used
This seems to help:
However the |
I am guessing, this is some |
|
Problem 1Garbage on the screen remains. Problem 2Merged, working fine. |
How to replicate
Simple
testcht.js
:File
a.txt
exists,t ISO8859-1 T=on a.txt
.Running the script:
The garbage on the screen is printed here.
Problem 1
printf
is for some reason producing garbage.Example
When the error message was changed:
printf("abcd0123")
will produceX'2FC2C4C0 90911693'
Is this encoding problem?
Problem 2
It does not work, the
js
code should remove the tag, which remains unchanged.The text was updated successfully, but these errors were encountered: