summaryrefslogtreecommitdiff
path: root/tex/context/base/unic-004.tex
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2005-01-31 00:00:00 +0100
committerHans Hagen <pragma@wxs.nl>2005-01-31 00:00:00 +0100
commite0c3e914e0b0c8c712b0f6db6ad6253961385c63 (patch)
tree3f27c0117d6dc215b7256092d63b2021df8c6da6 /tex/context/base/unic-004.tex
parent26a80a0ee4c29e1353b88e1b7a056fbac0b7b599 (diff)
downloadcontext-e0c3e914e0b0c8c712b0f6db6ad6253961385c63.tar.gz
stable 2005.01.31
Diffstat (limited to 'tex/context/base/unic-004.tex')
-rw-r--r--tex/context/base/unic-004.tex20
1 files changed, 19 insertions, 1 deletions
diff --git a/tex/context/base/unic-004.tex b/tex/context/base/unic-004.tex
index a34883215..1f1b20762 100644
--- a/tex/context/base/unic-004.tex
+++ b/tex/context/base/unic-004.tex
@@ -15,7 +15,7 @@
\startunicodevector 4
\expandafter\strippedcsname
- \ifcase\numexpr(#1+1) % space needed, terminates expr
+ \ifcase\numexpr(#1) % space needed, terminates expr
\cyrillicEgrave \or % 04-00 \uchar0{200} aswell
\cyrillicYO \or % 04-01 Capital YO (or IO)
\cyrillicDJE \or % 04-02
@@ -270,3 +270,21 @@
\stopunicodevector
\protect \endinput
+
+% \enableregime[utf]
+%
+% \definetypeface [russian] [rm] [serif] [computer-modern] [default] [encoding=t2a]
+%
+% \setupbodyfont[russian]
+%
+% \starttext
+%
+% \startbuffer
+% Мама и Папа % Some russian characters
+% \stopbuffer
+%
+% \chardef\utfunicodetracer=0 \blank \getbuffer \blank
+% \chardef\utfunicodetracer=2 \blank \getbuffer \blank
+% \chardef\utfunicodetracer=7 \blank \getbuffer \blank
+%
+% \stoptext