[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[groff] 48/105: [tmac]: Add Spanish language support (3/5).
From: |
G. Branden Robinson |
Subject: |
[groff] 48/105: [tmac]: Add Spanish language support (3/5). |
Date: |
Mon, 22 May 2023 03:39:03 -0400 (EDT) |
gbranden pushed a commit to branch branden-2023-05-22
in repository groff.
commit 6007ee925d755bb2243973293c1a652f8f6528fa
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Mon Mar 13 13:38:57 2023 -0500
[tmac]: Add Spanish language support (3/5).
* tmac/hyphen.es:
* tmac/es.tmac: Update editor aids.
It doesn't seem to be necessary to specify the file encoding for these
files; GNU Emacs and Vim have no trouble figuring it out. It helps that
(unlike the French localization files), these use no code points that
differ between Latin-1 and Latin-9, so an assumption of either encoding
works out fine.
---
ChangeLog | 7 +++++++
tmac/es.tmac | 3 +--
tmac/hyphen.es | 6 ++++++
3 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index aba3236d3..8ef7748bc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2023-03-13 G. Branden Robinson <g.branden.robinson@gmail.com>
+
+ [tmac]: Add Spanish language support (3/5).
+
+ * tmac/hyphen.es:
+ * tmac/es.tmac: Update editor aids.
+
2023-03-13 G. Branden Robinson <g.branden.robinson@gmail.com>
[tmac]: Add Spanish language support (2/5).
diff --git a/tmac/es.tmac b/tmac/es.tmac
index 42c22b1bd..0a3e1fef5 100644
--- a/tmac/es.tmac
+++ b/tmac/es.tmac
@@ -199,7 +199,6 @@
.
.\" Local Variables:
.\" mode: nroff
-.\" coding: latin-9
.\" fill-column: 72
.\" End:
-.\" vim: set fileencoding=iso-8859-15 filetype=groff textwidth=72:
+.\" vim: set filetype=groff textwidth=72:
diff --git a/tmac/hyphen.es b/tmac/hyphen.es
index 943841424..abfe2760f 100644
--- a/tmac/hyphen.es
+++ b/tmac/hyphen.es
@@ -2173,3 +2173,9 @@ di4e5léc
7u4niversid
5u4niversit
}
+
+% Local Variables:
+% mode: tex
+% fill-column: 72
+% End:
+% vim: set filetype=tex textwidth=72:
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [groff] 48/105: [tmac]: Add Spanish language support (3/5).,
G. Branden Robinson <=