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

Add support for hexadecimal character references #486

Closed
mojavelinux opened this issue Aug 1, 2016 · 2 comments
Closed

Add support for hexadecimal character references #486

mojavelinux opened this issue Aug 1, 2016 · 2 comments
Assignees

Comments

@mojavelinux
Copy link
Member

mojavelinux commented Aug 1, 2016

Add support for hexadecimal character references in the form &#x[a-fA-F0-9]{2,5}; (e.g., &#x2013) to align with the built-in converters. Currently, only decimal character references are supported.

@mojavelinux mojavelinux added this to the v1.5.0.beta.1 milestone Aug 1, 2016
@mojavelinux mojavelinux self-assigned this Aug 1, 2016
@mojavelinux mojavelinux changed the title Add support hexidecimal character references Add support for hexidecimal character references Aug 1, 2016
@mojavelinux
Copy link
Member Author

mojavelinux commented Sep 26, 2016

Note that the upcase_pcdata function will need to account for these character references. (used for text transform uppercase)

@mojavelinux mojavelinux changed the title Add support for hexidecimal character references Add support for hexadecimal character references Apr 8, 2019
mojavelinux added a commit to mojavelinux/asciidoctor-pdf that referenced this issue Apr 8, 2019
…nces

- parse hexadecimal character references
- skip hexadecimal character references when transforming text to uppercase
- use abbreviate form of pack for single-character translations
- add hexadecimal character reference to chronicles example
@mojavelinux
Copy link
Member Author

Asciidoctor PDF will support hexademical character references of the same length as Asciidoctor core.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant