diff options
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/web2c/eptexdir/tests/uchar.tex | 2 | ||||
-rw-r--r-- | Build/source/texk/web2c/ptexdir/tests/control-symbol.tex | 2 | ||||
-rw-r--r-- | Build/source/texk/web2c/uptexdir/tests/test_if.tex | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/texk/web2c/eptexdir/tests/uchar.tex b/Build/source/texk/web2c/eptexdir/tests/uchar.tex index 35d29693343..0c5bb56c4a0 100644 --- a/Build/source/texk/web2c/eptexdir/tests/uchar.tex +++ b/Build/source/texk/web2c/eptexdir/tests/uchar.tex @@ -88,7 +88,7 @@ \edef\x{\Ucharcat`\# 16} % error "! Invalid code (16)" \KCAT -\ifdefined\ucs %====== +\ifdefined\enablecjktoken %====== \edef\x{\Ucharcat`漢 3} % error "! Invalid code (3)" \KCAT diff --git a/Build/source/texk/web2c/ptexdir/tests/control-symbol.tex b/Build/source/texk/web2c/ptexdir/tests/control-symbol.tex index a935e97cc74..f8127546885 100644 --- a/Build/source/texk/web2c/ptexdir/tests/control-symbol.tex +++ b/Build/source/texk/web2c/ptexdir/tests/control-symbol.tex @@ -60,7 +60,7 @@ \show\X\relax\message{(\meaning\X)} \show\Y\relax\message{(\meaning\Y)} -\ifx\ucs\undefined\else +\ifx\enablecjktoken\undefined\else \message{■not_cjk} \kcatcode`ア=15 \kcatcode`!=15 diff --git a/Build/source/texk/web2c/uptexdir/tests/test_if.tex b/Build/source/texk/web2c/uptexdir/tests/test_if.tex index ddae745e7fb..4c7c695e658 100644 --- a/Build/source/texk/web2c/uptexdir/tests/test_if.tex +++ b/Build/source/texk/web2c/uptexdir/tests/test_if.tex @@ -43,7 +43,7 @@ \message{\ifx \yA\yB Y\else N\fi}% pN, uN \message{\ifx \yA\yC Y\else N\fi}% pN, uN -\ifx\ucs\undefined\else +\ifx\enablecjktoken\undefined\else \kcatcode"100=16 \message{upTeX} \def\xA{Ā}% U+0100 |