diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3token.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/l3kernel/l3token.dtx | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3token.dtx b/Master/texmf-dist/source/latex/l3kernel/l3token.dtx index cc091b65559..1b2213a24bd 100644 --- a/Master/texmf-dist/source/latex/l3kernel/l3token.dtx +++ b/Master/texmf-dist/source/latex/l3kernel/l3token.dtx @@ -41,7 +41,7 @@ % }^^A % } % -% \date{Released 2018-04-30} +% \date{Released 2018-05-12} % % \maketitle % @@ -141,12 +141,8 @@ % \item $12$ (other) % \item $13$ (active) (not \XeTeX{}) % \end{itemize} -% and other values raise an error. -% -% The \meta{charcode} may be any one valid for the engine in use. Note -% however that for \XeTeX{} releases prior to 0.99992 only the 8-bit -% range ($0$ to $255$) is accepted due to engine limitations. Note also -% that \XeTeX{} cannot currently generate active character tokens. +% and other values raise an error. The \meta{charcode} may be any one valid +% for the engine in use. % \end{function} % % \begin{variable}[added = 2011-09-05]{\c_catcode_other_space_tl} @@ -1416,7 +1412,7 @@ \tl_new:N \l_@@_tmp_tl % \end{macrocode} % Engine-dependent definitions are now needed for the implementation. For -% \LuaTeX{} and recent \XeTeX{} releases there is engine-level support. +% \LuaTeX{} and \XeTeX{} there is engine-level support. % They can do cases that macro emulation can't. All of those are filtered % out here using a primitive-based boolean expression for speed. % The final level is the basic definition at the engine level: the arguments @@ -1448,7 +1444,7 @@ { #3 \exp_after:wN \exp_end: - \utex_charcat:D #1 \exp_stop_f: #2 \exp_stop_f: + \tex_Ucharcat:D #1 \exp_stop_f: #2 \exp_stop_f: } \cs_new_eq:NN \@@_generate_auxii:nnw \@@_generate_aux:nnw \cs_gset:Npn \@@_generate_aux:nnw #1#2#3 \exp_end: |