summaryrefslogtreecommitdiff
path: root/tmac/unicode.tmac
diff options
context:
space:
mode:
authorwl <wl>2005-03-14 06:25:50 +0000
committerwl <wl>2005-03-14 06:25:50 +0000
commitb9a42fca261f008fb0557931caf043e5c7b1c277 (patch)
treeb243496398dc8b8eff646144802af0b776e750b3 /tmac/unicode.tmac
parentc7c5c3a071bcd5ab6274b09c2b48ffd2cc179c35 (diff)
downloadgroff-b9a42fca261f008fb0557931caf043e5c7b1c277.tar.gz
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.
Diffstat (limited to 'tmac/unicode.tmac')
-rw-r--r--tmac/unicode.tmac12
1 files changed, 12 insertions, 0 deletions
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