diff options
author | Taco Hoekwater <taco@elvenkind.com> | 2009-08-23 11:11:32 +0000 |
---|---|---|
committer | Taco Hoekwater <taco@elvenkind.com> | 2009-08-23 11:11:32 +0000 |
commit | 8fc3039c82d48605b5ca8b2eda3f4fdd755681e1 (patch) | |
tree | 3cd9bbdd599bc4d1ac0409e167fee2136e4c0ec9 /Master/texmf-dist/tex/context/base/char-def.tex | |
parent | 850fc99b7cd3ae7a20065531fe866ff7bae642ec (diff) |
this is context 2009.08.19 17:10
git-svn-id: svn://tug.org/texlive/trunk@14827 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/context/base/char-def.tex')
-rw-r--r-- | Master/texmf-dist/tex/context/base/char-def.tex | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/Master/texmf-dist/tex/context/base/char-def.tex b/Master/texmf-dist/tex/context/base/char-def.tex deleted file mode 100644 index 39137241d95..00000000000 --- a/Master/texmf-dist/tex/context/base/char-def.tex +++ /dev/null @@ -1,50 +0,0 @@ -%D \module -%D [ file=char-def, -%D version=2005.04.25, -%D title=\CONTEXT\ Lua Macros, -%D subtitle=Unicode Support, -%D author=Hans Hagen, -%D date=\currentdate, -%D copyright=PRAGMA] -%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}{Unicode Support (tables)} - -\unprotect - -%D An auxiliary macro: - -\def\setcclcuc #1 #2 #3 % - {\global\catcode#1=11 % - \global\lccode #1=#2 % - \global\uccode #1=#3 } - -\registerctxluafile{char-def}{1.001} -\registerctxluafile{char-map}{1.001} -\registerctxluafile{char-syn}{1.001} - -%D The codes are stored in the format, so we don't need to reinitialize -%D them (unless of course we have adapted the table). - -\ctxlua{characters.setcodes()} - -% \startruntimeluacode -% \ctxlua{characters.setpdfunicodes()}% pdftounicode mappings can only be done runtime -% \stopruntimeluacode - -%D This is needed for Turkish: - -\setcclcuc "201C "201C "201C -\setcclcuc "201D "201D "201D - -\protect \endinput - -% \ctxlua{characters.context.show(123)} -% \ctxlua{characters.context.show(0x7B)} -% \ctxlua{characters.context.show("7B")} - -% \dostepwiserecurse{`A}{`Z}{1} -% {\ctxlua{characters.context.show(\recurselevel)}} |