From b9a42fca261f008fb0557931caf043e5c7b1c277 Mon Sep 17 00:00:00 2001 From: wl Date: Mon, 14 Mar 2005 06:25:50 +0000 Subject: Add Cyrillic support to devutf8. * font/devutf8/R.proto: Add Cyrillic blocks. * tmac/unicode.tmac: New file. * tmac/tty.tmac: Include unicode.tmac if device is utf8. * tmac/Makefile.sub (NORMALFILES): Add unicode.tmac. * NEWS: Updated. --- tmac/unicode.tmac | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tmac/unicode.tmac (limited to 'tmac/unicode.tmac') diff --git a/tmac/unicode.tmac b/tmac/unicode.tmac new file mode 100644 index 00000000..c7ef39dc --- /dev/null +++ b/tmac/unicode.tmac @@ -0,0 +1,12 @@ +.\" unicode.tmac +.\" +.\" All glyphs for devutf8 are spacing glyphs. We use `\z' to make them +.\" non-spacing again. +.\" +.char \[u0483] \z\[u0483] +.char \[u0484] \z\[u0484] +.char \[u0485] \z\[u0485] +.char \[u0486] \z\[u0486] +.char \[u0488] \z\[u0488] +.char \[u0489] \z\[u0489] +.\" EOF -- cgit v1.2.1