diff options
| author | Hans Hagen <pragma@wxs.nl> | 2021-02-12 18:57:41 +0100 | 
|---|---|---|
| committer | Context Git Mirror Bot <phg@phi-gamma.net> | 2021-02-12 18:57:41 +0100 | 
| commit | 79bdc958cec8c084f8c8472e8f600c60969b03fa (patch) | |
| tree | 97e489a6c23b01dae519aa36a535d62c301fabee /doc/context/sources/general/manuals | |
| parent | 45e121c1d9414786e677d931101af1357294e9b7 (diff) | |
| download | context-79bdc958cec8c084f8c8472e8f600c60969b03fa.tar.gz | |
2021-02-12 18:48:00
Diffstat (limited to 'doc/context/sources/general/manuals')
| -rw-r--r-- | doc/context/sources/general/manuals/lowlevel/lowlevel-characters.tex | 17 | 
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/context/sources/general/manuals/lowlevel/lowlevel-characters.tex b/doc/context/sources/general/manuals/lowlevel/lowlevel-characters.tex index 3915e0bed..ee3ab4044 100644 --- a/doc/context/sources/general/manuals/lowlevel/lowlevel-characters.tex +++ b/doc/context/sources/general/manuals/lowlevel/lowlevel-characters.tex @@ -203,6 +203,23 @@ In \LMTX\ this mechanism has been upgraded so that replacements follow the shape  and are actually real characters. The decomposition has not yet been ported back  to \MKIV. +The full list of commands can be queried when a tracing module is loaded: + +\startbuffer +\usemodule[s][characters-combinations] + +\showcharactercombinations +\stopbuffer + +\typebuffer + +We get this list: + +\getbuffer + +Some combinations are special for \CONTEXT\ because \UNICODE\ doesn't specify +decomposition for all composed characters. +  \stopsection  \startsubject[title=Colofon]  | 
