groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 42/115: [tmac]: Add Russian language support (4/7).


From: G. Branden Robinson
Subject: [groff] 42/115: [tmac]: Add Russian language support (4/7).
Date: Thu, 1 Jun 2023 10:46:06 -0400 (EDT)

gbranden pushed a commit to branch branden-2022-06-01
in repository groff.

commit 6bba33b3ffe58ca88b19f4484844e1ee44947090
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 b209bd1a7..efdf04e73 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
 .



reply via email to

[Prev in Thread] Current Thread [Next in Thread]