8000 [3.14] gh-135995: Fix missing char in palmos encoding (GH-135990) by miss-islington · Pull Request #136001 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

[3.14] g 8000 h-135995: Fix missing char in palmos encoding (GH-135990) #136001

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

Merged
merged 1 commit into from
Jun 26, 2025

Conversation

miss-islington
Copy link
Contributor
@miss-islington miss-islington commented Jun 26, 2025

0x8b correctly encodes to ‹, but 0x9b was mistakenly marked as a control character instead of ›.

(cherry picked from commit 58a42de)

Co-authored-by: Nathan Korth nkorth@users.noreply.github.com
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Co-authored-by: Brian Schubert brianm.schubert@gmail.com
Co-authored-by: Terry Jan Reedy tjreedy@udel.edu

0x8b correctly encodes to ‹, but 0x9b was mistakenly marked as a control character instead of ›.
---------
(cherry picked from commit 58a42de)

Co-authored-by: Nathan Korth <nkorth@users.noreply.github.com>
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Co-authored-by: Brian Schubert <brianm.schubert@gmail.com>
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
@terryjreedy terryjreedy enabled auto-merge (squash) June 26, 2025 22:37
@terryjreedy terryjreedy merged commit 9798a8d into python:3.14 Jun 26, 2025
43 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants
0