diff options
Diffstat (limited to 'Build/source/texk/web2c/xetexdir/unicode-char-prep.pl')
-rw-r--r-- | Build/source/texk/web2c/xetexdir/unicode-char-prep.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/xetexdir/unicode-char-prep.pl b/Build/source/texk/web2c/xetexdir/unicode-char-prep.pl index 31b27de7dc9..8dd2581edcc 100644 --- a/Build/source/texk/web2c/xetexdir/unicode-char-prep.pl +++ b/Build/source/texk/web2c/xetexdir/unicode-char-prep.pl @@ -80,7 +80,7 @@ print << '__EOT__'; \catcode`\{=1 \catcode`\}=2 \catcode`\#=6 \def\C #1 #2 #3 {\global\uccode"#1="#2 \global\lccode"#1="#3 } % case mappings (non-letter) \def\L #1 #2 #3 {\global\catcode"#1=11 \C #1 #2 #3 % letter with case mappings - \global\XeTeXextmathcode"#1="7"01"#1 } % letters default to class 7 (var), fam 1 + \global\XeTeXmathcode"#1="7"01"#1 } % letters default to class 7 (var), fam 1 \def\l #1 {\L #1 #1 #1 } % letter without case mappings \let\m=\l % combining mark - treated as uncased letter __EOT__ |