blob: 573f1803b8fdfd373e237b4eca9c2f739096bdc2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
%D \module
%D [ file=regi-run,
%D version=2003.03.12,
%D title=\CONTEXT\ Regime Macros,
%D subtitle=Runtime Macros,
%D author=Hans Hagen,
%D date=\currentdate,
%D copyright=Hans Hagen \& Ton Otten]
%C
%C This module is part of the \CONTEXT\ macro||package and is
%C therefore copyrighted by \PRAGMA. See mreadme.pdf for
%C details.
\unprotect
\gdef\mkshowregime#1%
{\doifnot{#1}{utf}
{\bgroup
\enableregime[#1]%
\starttabulate[|l|l|l|]
\dostepwiserecurse{128}{255}{1}
{\expanded
{\scantokens
{\NC \recurselevel
\NC \rawcharacter\recurselevel
\NC \noexpand\tttf
\noexpand\meaning\rawcharacter\recurselevel \NC \NR}}}%
\stoptabulate
\unskip
\egroup}}
\protect \endinput
|