On 27 March 2017 at 17:18, Mike "Pomax" Kamermans
<po...@nihongoresources.com> wrote:
> Are the predefined classes from
> http://mirror.utexas.edu/ctan/macros/xetex/latex/interchar/interchar.pdf
> still correct? are classes 255 (for boundary) and 256 (for unused) still the
> right ones, are those now 4095 and 4096? (based on some answers I've run
> into on stackoverflow)
>
>
> - Mike "Pomax" Kamermtna

For newer xetex the package needs to be updated for the larger range,
the test used in teh latex format

is

\ifdim\the\XeTeXversion\XeTeXrevision\p@>0.99993\p@
  \chardef\e@alloc@intercharclass@top=4095
\else
  \chardef\e@alloc@intercharclass@top=255
\fi



with \e@alloc@intercharclass@top being the maximum value allocated by
\newXeTeXintercharclass

David


--------------------------------------------------
Subscriptions, Archive, and List information, etc.:
  http://tug.org/mailman/listinfo/xetex

Reply via email to