You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for hexadecimal character references in the form &#x[a-fA-F0-9]{2,5}; (e.g., –) to align with the built-in converters. Currently, only decimal character references are supported.
The text was updated successfully, but these errors were encountered:
…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
Add support for hexadecimal character references in the form
&#x[a-fA-F0-9]{2,5};
(e.g.,–
) to align with the built-in converters. Currently, only decimal character references are supported.The text was updated successfully, but these errors were encountered: