= asciidoc-named-char-refs
A file of attributes to allow named references to be used, based on W3C HTML5.2 named character references.
https://www.w3.org/TR/html52/syntax.html#named-character-references
== Rationale
Asciidoctor supports HTML named character references, as well as decimal and hex.
asciidoctor-pdf
https://github.com/asciidoctor/asciidoctor-pdf/issues/954[does not] (besides lt
, gt
, amp
, quot
, and apos
), for good reasons, from a parser perspective.
The recommended workaround is to define attributes in your header for symbols you use a lot.
This is a file which can be include::
d in your header block which establishes many references for you.
== Serialisation
There are lots of names, and they are generic by design.
In order to distinguish character references from your other attributes, -
is appended to the end.
Named character references are case-sensitive, but AsciiDoc attributes are not.
Therefore, blocks of capitals in names are surrounded with _
.
For convenience, cases where capitalisation exists but is not required for uniqueness (i.e. the lower-case version is not also a name), the lower-case version with no underscores is also included.
== Usage
= A test file :author: clbarnes :doctype: article :reproducible: :source-highlighter: coderay \include::character_refs.adoc[]
.Here are some test characters:
== N.B.
Most fonts do not have most unicode characters!
Just because you can encode a character as decimal, doesn't mean your PDF knows how to display it.
The default asciidoctor-pdf font does not have \ⅅ
, for example.