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

Ensure that bad EBCDIC / ASCII coming from marist is handled properly #16

Open
scvnc opened this issue Feb 13, 2013 · 1 comment
Open
Labels

Comments

@scvnc
Copy link
Member

scvnc commented Feb 13, 2013

This usually happens when you try to print regions with packed decimals.

This will have to be checked in multiple spots. The JESWorker reads the file and then sticks it in an object as a string. Will javascript blow up, or will it preserve the bad ascii value?

This ought to be solved by the editor if possible-- it should display the bad character properly.

@scvnc
Copy link
Member Author

scvnc commented Apr 28, 2013

ACE appears to handle this nicely, typically showing a pink dot when the character is invalid ascii. Perhaps a postprocessor should handle converting bad values into some form of notation.

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

No branches or pull requests

1 participant