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

WIP + POC: Improved support of non-ASCII characters #3206

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

Conversation

seisman
Copy link
Member

@seisman seisman commented Apr 27, 2024

Guides to maintaining the mapping tables

Here are the steps to produce the mapping tables

  1. Visit https://www.unicode.org/Public/MAPPINGS/VENDORS/ADOBE/, and download the three official mapping files symbol.txt, zdingbat.txt and stdenc.txt
  2. Manually fix some entries in symbol.txt:
    1. Comment out the 00A0 line (space vs no-break space)
    2. EXXX to FXXX are in the "Private Use Area" block and should find the alternative.

References

  1. https://en.wikipedia.org/wiki/Symbol_(typeface)
  2. https://docs.generic-mapping-tools.org/dev/reference/octal-codes.html
  3. https://www.unicode.org/charts/PDF/U2300.pdf

@seisman seisman force-pushed the encodings branch 3 times, most recently from 7d14bfc to 807ed18 Compare April 29, 2024 00:45
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.

None yet

1 participant