Good news for Palm OS users! Python now now encodes 0x9b correctly as › instead of a control character!
github.com/python/cpython/pull…
#Python #PalmOS
gh-135995: Fix missing char in palmos encoding by nkorth · Pull Request #135990 · python/cpython
0x8b correctly encodes to ‹, but 0x9b was mistakenly marked as a control character instead of ›. You can see the correct glyphs in this screenshot of Palm OS 3.5, or on this page: Issue: Missin...GitHub