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 an 17%D \UTF\ converter. We expand it so best not use not use it for active characters. 18%D In practice this command is probably never used anyway but we keep if for old 19%D styles. 20 21\unprotect 22 23\permanent\def\uchar#1#2{\clf_uchar{#1}{#2}} 24 25\aliased\let\uc\uchar 26 27\protect \endinput 28 |