summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/csplain/base/csenc-u.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-12 23:45:28 +0000
committerKarl Berry <karl@freefriends.org>2006-01-12 23:45:28 +0000
commit60538160ba9400a121853696453ddb0dc93e3a0c (patch)
tree96daccd0b1128608f9f4eb15244bb7af8a567c3c /Master/texmf-dist/tex/csplain/base/csenc-u.tex
parent0d9effad76aadeaf26ed7706be6f79e3aaef716e (diff)
trunk/Master/texmf-dist/tex/csplain
git-svn-id: svn://tug.org/texlive/trunk@610 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/csplain/base/csenc-u.tex')
-rw-r--r--Master/texmf-dist/tex/csplain/base/csenc-u.tex71
1 files changed, 71 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/csplain/base/csenc-u.tex b/Master/texmf-dist/tex/csplain/base/csenc-u.tex
new file mode 100644
index 00000000000..da8b8d58139
--- /dev/null
+++ b/Master/texmf-dist/tex/csplain/base/csenc-u.tex
@@ -0,0 +1,71 @@
+%%% The re-encoding table for Czech/Slovak alphabet using encTeX,
+%%% v.Sep.2005 (C) Petr Ol\v s\'ak
+%%% input: UTF8, internal TeX: ISO-8859-2
+%%% This file may be used while csplain, cseplain or cslatex is generated
+%%% example: tex -ini -enc \let\enc=u \input csplain.ini
+
+% This is very simple setting of Czech and Slovak alphabet only.
+% No special characters (such as dash, quotes etc.) used in UTF8 are
+% declared here. No "UTF8 unknown code checking" is implemented here.
+% The force is in the simplicity. The \mubyteout is set to 1 only.
+% User can reset this value and add his own declaration.
+
+\ifx\mubyte\undefined
+ \errhelp={You has specified \let\enc=u but this works only with encTeX
+ extension of TeX binary. See ftp://math.feld.cvut.cz/pub/olsak/enctex.}
+ \errmessage{The encTeX Feb2003 or later is not detected -- re-encoding is impossible}
+ \endinput \fi
+
+%% TeX input
+\mubyte ^^c1 ^^c3^^81\endmubyte % \'A
+\mubyte ^^e1 ^^c3^^a1\endmubyte % \'a
+\mubyte ^^c9 ^^c3^^89\endmubyte % \'E
+\mubyte ^^e9 ^^c3^^a9\endmubyte % \'e
+\mubyte ^^cd ^^c3^^8d\endmubyte % \'I
+\mubyte ^^ed ^^c3^^ad\endmubyte % \'i
+\mubyte ^^d3 ^^c3^^93\endmubyte % \'O
+\mubyte ^^f3 ^^c3^^b3\endmubyte % \'o
+\mubyte ^^da ^^c3^^9a\endmubyte % \'U
+\mubyte ^^fa ^^c3^^ba\endmubyte % \'u
+\mubyte ^^dd ^^c3^^9d\endmubyte % \'Y
+\mubyte ^^fd ^^c3^^bd\endmubyte % \'y
+\mubyte ^^d4 ^^c3^^94\endmubyte % \^O
+\mubyte ^^f4 ^^c3^^b4\endmubyte % \^o
+\mubyte ^^c4 ^^c3^^84\endmubyte % \"A
+\mubyte ^^e4 ^^c3^^a4\endmubyte % \"a
+\mubyte ^^d6 ^^c3^^96\endmubyte % \"O
+\mubyte ^^f6 ^^c3^^b6\endmubyte % \"o
+\mubyte ^^dc ^^c3^^9c\endmubyte % \"U
+\mubyte ^^fc ^^c3^^bc\endmubyte % \"u
+\mubyte ^^c8 ^^c4^^8c\endmubyte % \v C
+\mubyte ^^e8 ^^c4^^8d\endmubyte % \v c
+\mubyte ^^cf ^^c4^^8e\endmubyte % \v D
+\mubyte ^^ef ^^c4^^8f\endmubyte % \v d
+\mubyte ^^cc ^^c4^^9a\endmubyte % \v E
+\mubyte ^^ec ^^c4^^9b\endmubyte % \v e
+\mubyte ^^c5 ^^c4^^b9\endmubyte % \' L
+\mubyte ^^e5 ^^c4^^ba\endmubyte % \' l
+\mubyte ^^a5 ^^c4^^bd\endmubyte % \v L
+\mubyte ^^b5 ^^c4^^be\endmubyte % \v l
+\mubyte ^^d2 ^^c5^^87\endmubyte % \v N
+\mubyte ^^f2 ^^c5^^88\endmubyte % \v n
+\mubyte ^^d8 ^^c5^^98\endmubyte % \v R
+\mubyte ^^f8 ^^c5^^99\endmubyte % \v r
+\mubyte ^^a9 ^^c5^^a0\endmubyte % \v S
+\mubyte ^^b9 ^^c5^^a1\endmubyte % \v s
+\mubyte ^^ab ^^c5^^a4\endmubyte % \v T
+\mubyte ^^bb ^^c5^^a5\endmubyte % \v t
+\mubyte ^^d9 ^^c5^^ae\endmubyte % \r U
+\mubyte ^^f9 ^^c5^^af\endmubyte % \r u
+\mubyte ^^ae ^^c5^^bd\endmubyte % \v Z
+\mubyte ^^be ^^c5^^be\endmubyte % \v z
+\mubyte ^^c0 ^^c5^^94\endmubyte % \' R
+\mubyte ^^e0 ^^c5^^95\endmubyte % \' r
+
+\global\everyjob=\expandafter{\the\everyjob
+ \message{The UTF8->ISO-8859-2 re-encoding of Czech+Slovak alphabet activated by encTeX}}
+
+\mubytein=1 \mubyteout=1 \mubytelog=1
+
+\endinput
+