1%D \module 2%D [ file=font-uni, 3%D version=2008.11.03, % 1999.10.10, 4%D title=\CONTEXT\ Font Macros, 5%D subtitle=\UNICODE, 6%D author=Hans Hagen, 7%D date=\currentdate, 8%D copyright={PRAGMA ADE \& \CONTEXT\ Development Team}] 9%C 10%C This module is part of the \CONTEXT\ macro||package and is 11%C therefore copyrighted by \PRAGMA. See mreadme.pdf for 12%C details. 13 14\writestatus{loading}{ConTeXt Font Macros / Unicode} 15 16%D In \MKIV\ we only provide the \type {\uchar} macro and implement it as just 17%D an \UTF\ converter. We expand it so best not use not use it for active 18%D characters. In practice this command is probably never used anyway but we keep 19%D if for old styles. 20 21\unprotect 22 23\def\uchar#1#2{\clf_uchar\numexpr#1\relax\numexpr#2\relax} 24 25\let\uc\uchar 26 27\protect \endinput 28 |