commit | 58a42dea97f4fa0df38ef4a95a2ede65e0549f71 | [log] [tgz] |
---|---|---|
author | Nathan Korth <[email protected]> | Thu Jun 26 22:35:45 2025 |
committer | GitHub <[email protected]> | Thu Jun 26 22:35:45 2025 |
tree | 7b4c7df26c161dc4ffa3f7c21c9c8584a5a2e10c | |
parent | 642e5dfc74310d15bb81f8e94167590380a5fbfb [diff] |
gh-135995: Fix missing char in palmos encoding (#135990) 0x8b correctly encodes to ‹, but 0x9b was mistakenly marked as a control character instead of ›. --------- Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com> Co-authored-by: Brian Schubert <[email protected]> Co-authored-by: Terry Jan Reedy <[email protected]>