summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/context/base/unic-ini.mkiv
diff options
context:
space:
mode:
authorTaco Hoekwater <taco@elvenkind.com>2008-06-12 10:42:53 +0000
committerTaco Hoekwater <taco@elvenkind.com>2008-06-12 10:42:53 +0000
commit0d01365d53c456d246da0ca1f0b3cd9868f02b35 (patch)
tree01a655c8028e17cfb371456b299c1848fe08c05b /Master/texmf-dist/tex/context/base/unic-ini.mkiv
parent44f3714442da07fdfc36a7f2a8dcd5d4294c5d26 (diff)
ConTeXt release 2008.05.21
git-svn-id: svn://tug.org/texlive/trunk@8691 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/context/base/unic-ini.mkiv')
-rw-r--r--Master/texmf-dist/tex/context/base/unic-ini.mkiv48
1 files changed, 48 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/context/base/unic-ini.mkiv b/Master/texmf-dist/tex/context/base/unic-ini.mkiv
new file mode 100644
index 00000000000..a174f7a39c7
--- /dev/null
+++ b/Master/texmf-dist/tex/context/base/unic-ini.mkiv
@@ -0,0 +1,48 @@
+%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 Macros (ini)}
+
+%D Much of this is not needed at all in \LUATEX\ and we can save some
+%D 50K on the compressed format.
+
+\unprotect
+
+\def\keeputfcharacters {}
+\def\registerprivateunicodechar#1 {}
+\def\defineunicodecommand #1 #2{}
+\def\doifunicodevector #1{\firstofoneargument}
+\def\useunicodevector [#1]{}
+\def\startunicodevector #1\stopunicodevector{}
+\def\unicodeinfoline #1#2#3{}
+\def\cleanunicodechar #1{#1}
+\def\unicodeunknowncharacter {\unknownchar}
+
+\chardef\utfunicodetracer \zerocount
+\chardef\utfunicommandmode\zerocount
+
+\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
+
+\def\showunicodevector[#1]{}
+\def\showunicodetable [#1]{}
+
+% \fetchruntimecommand \showunicodevector {\f!unicprefix\s!run}
+% \fetchruntimecommand \showunicodetable {\f!unicprefix\s!run}
+
+\protect \endinput