summaryrefslogtreecommitdiff
path: root/tex/context/base/unic-ini.mkiv
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/unic-ini.mkiv')
-rw-r--r--tex/context/base/unic-ini.mkiv29
1 files changed, 29 insertions, 0 deletions
diff --git a/tex/context/base/unic-ini.mkiv b/tex/context/base/unic-ini.mkiv
new file mode 100644
index 000000000..51c300e4c
--- /dev/null
+++ b/tex/context/base/unic-ini.mkiv
@@ -0,0 +1,29 @@
+%D \module
+%D [ file=unic-ini,
+%D version=2002.12.03,
+%D title=\CONTEXT\ \UNICODE\ Support,
+%D subtitle=\UNICODE\ \& UTF-8 support,
+%D author=Hans Hagen,
+%D date=\currentdate,
+%D copyright={PRAGMA / Hans Hagen \& Ton Otten}]
+%C
+%C This module is part of the \CONTEXT\ macro||package and is
+%C therefore copyrighted by \PRAGMA. See mreadme.pdf for
+%C details.
+
+\writestatus{loading}{ConTeXt Unicode Support / Initialization}
+
+\unprotect
+
+\let \keeputfcharacters\relax % used in xtag
+\chardef\utfunicodetracer \zerocount % used in xtag
+
+\def\unicodechar #1{\char\numexpr#1\relax} % no lookahead
+\def\unicodenumber #1{\the \numexpr#1\relax} % no lookahead
+\def\unicodehexnumber#1{\ctxlua{tex.sprint(number.toevenhex(\number#1))}}
+
+\unexpanded\def\unknownchar{{\hbox{\vrule\!!width.5em\!!height1ex\!!depth\zeropoint}}}
+
+\ifx\zwnbsp\undefined \let\zwnbsp\relax \fi % zerowidthnonbreakablespace
+
+\protect \endinput