-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add IBM1047 ASCII compatibility when in FRB_COMPATIBILITY_MODE
Add support for IBM1047 EBCDIC encoding compatibility with IBM037 for the three ASCII characters that differ between the encodings: [ ] ^ When FRB_COMPATIBILITY_MODE is enabled, converts IBM037 byte values to their IBM1047 equivalents before decoding: - 0xAD (Ý) -> 0xBA ([) - 0xBD (¨) -> 0xBB (]) - 0x5F (¬) -> 0xB0 (^)
- Loading branch information
1 parent
4de4fa9
commit 9c764ff
Showing
2 changed files
with
82 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters