diff options
Diffstat (limited to 'tex/context/base/char-utf.lua')
-rw-r--r-- | tex/context/base/char-utf.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tex/context/base/char-utf.lua b/tex/context/base/char-utf.lua index 30124a6a2..43591dd76 100644 --- a/tex/context/base/char-utf.lua +++ b/tex/context/base/char-utf.lua @@ -27,6 +27,7 @@ local allocate = utilities.storage.allocate local charfromnumber = characters.fromnumber -- todo: trackers +-- graphemes: basic symbols characters = characters or { } local characters = characters |