[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[groff] 45/126: [tmac]: Add Russian language support (4/7).
From: |
G. Branden Robinson |
Subject: |
[groff] 45/126: [tmac]: Add Russian language support (4/7). |
Date: |
Wed, 5 Jul 2023 17:02:50 -0400 (EDT) |
gbranden pushed a commit to branch branden-2023-07-05
in repository groff.
commit 9c153df0a05f0b2eaf957f6391018e9e43dc5a36
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Wed Mar 8 04:33:48 2023 -0600
[tmac]: Add Russian language support (4/7).
* tmac/koi8-ru.tmac: Rename this file...
* tmac/koi8-r.tmac: ...to this. There _is_ a "KOI8-RU" encoding, which
appears to subsume KOI8-B and KOI8-U (by replacing more box drawing
characters), but this file does not remap their values to applicable
Unicode code points.
* tmac/ru.tmac: Load the encoding file under its new name.
---
ChangeLog | 11 +++++++++++
tmac/{koi8-ru.tmac => koi8-r.tmac} | 8 ++++----
tmac/ru.tmac | 2 +-
3 files changed, 16 insertions(+), 5 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 08172c9e1..cb38ff576 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2023-03-08 G. Branden Robinson <g.branden.robinson@gmail.com>
+
+ [tmac]: Add Russian language support (4/7).
+
+ * tmac/koi8-ru.tmac: Rename this file...
+ * tmac/koi8-r.tmac: ...to this. There _is_ a "KOI8-RU"
+ encoding, which appears to subsume KOI8-B and KOI8-U (by
+ replacing more box drawing characters), but this file does not
+ remap their values to applicable Unicode code points.
+ * tmac/ru.tmac: Load the encoding file under its new name.
+
2023-03-08 G. Branden Robinson <g.branden.robinson@gmail.com>
[tmac]: Add Russian language support (3/7).
diff --git a/tmac/koi8-ru.tmac b/tmac/koi8-r.tmac
similarity index 93%
rename from tmac/koi8-ru.tmac
rename to tmac/koi8-r.tmac
index 2922cfe2d..a9c37de5b 100644
--- a/tmac/koi8-ru.tmac
+++ b/tmac/koi8-r.tmac
@@ -1,6 +1,6 @@
-.\" koi8-ru.tmac
+.\" koi8-r.tmac
.\"
-.do nr *groff_koi8-ru_tmac_C \n[.cp]
+.do nr *groff_koi8-r_tmac_C \n[.cp]
.cp 0
.trin \[char163]\[u0451]
.trin \[char179]\[u0401]
@@ -68,8 +68,8 @@
.trin \[char253]\[u0429]
.trin \[char254]\[u0427]
.trin \[char255]\[u042A]
-.cp \n[*groff_koi8-ru_tmac_C]
-.do rr *groff_koi8-ru_tmac_C
+.cp \n[*groff_koi8-r_tmac_C]
+.do rr *groff_koi8-r_tmac_C
.
.\" Local Variables:
.\" mode: nroff
diff --git a/tmac/ru.tmac b/tmac/ru.tmac
index 7e4984c70..537109d84 100644
--- a/tmac/ru.tmac
+++ b/tmac/ru.tmac
@@ -154,7 +154,7 @@
.
.
.\" Default encoding
-.mso koi8-ru.tmac
+.mso koi8-r.tmac
.
.ss 12 0
.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [groff] 45/126: [tmac]: Add Russian language support (4/7).,
G. Branden Robinson <=