gbranden pushed a commit to branch branden-post-1.23.0 in repository groff.
commit ecb4650a01a6437625cd888b9fd554175e72dba7 Author: G. Branden Robinson <[email protected]> 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 7d0a16c11..f852a50b6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2023-03-13 G. Branden Robinson <[email protected]> + + [tmac]: Add Spanish language support (3/5). + + * tmac/hyphen.es: + * tmac/es.tmac: Update editor aids. + 2023-03-13 G. Branden Robinson <[email protected]> [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: _______________________________________________ Groff-commit mailing list [email protected] https://lists.gnu.org/mailman/listinfo/groff-commit
