groff-commit
[Top][All Lists]
Advanced

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

[groff] 01/01: Build meintro_fr.me correctly on non-UTF-8 host.


From: G. Branden Robinson
Subject: [groff] 01/01: Build meintro_fr.me correctly on non-UTF-8 host.
Date: Sun, 4 Nov 2018 13:16:33 -0500 (EST)

gbranden pushed a commit to branch master
in repository groff.

commit 552cdca93eae2fec69d536d215ad203e7741e850
Author: G. Branden Robinson <address@hidden>
Date:   Sun Nov 4 13:07:04 2018 -0500

    Build meintro_fr.me correctly on non-UTF-8 host.
    
        * doc/meintro_fr.me: Add encoding hint to top of file so preconv
        works correctly even if the build environment's encoding is not
        UTF-8.  Adapted from Bjarni Ingi Gislason's patch.  Also add
        long-form Emacs coding declaration at end of file.  Vim's
        auto-detection seems to be fine, so did not update its modeline.
    
        Fixes <https://savannah.gnu.org/bugs/index.php?54530>.
    
    Signed-off-by: G. Branden Robinson <address@hidden>
---
 ChangeLog         | 10 ++++++++++
 doc/meintro_fr.me |  3 +++
 2 files changed, 13 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index b33f237..2f7fc3c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
 2018-11-04  G. Branden Robinson <address@hidden>
 
+       * doc/meintro_fr.me: Add encoding hint to top of file so preconv
+       works correctly even if the build environment's encoding is not
+       UTF-8.  Adapted from Bjarni Ingi Gislason's patch.  Also add
+       long-form Emacs coding declaration at end of file.  Vim's
+       auto-detection seems to be fine, so did not update its modeline.
+
+       Fixes <https://savannah.gnu.org/bugs/index.php?54530>.
+
+2018-11-04  G. Branden Robinson <address@hidden>
+
        * tmac/groff_man.7.man: Reorganize and largely rewrite to more
        precisely document the macro package's behavior and to be more
        helpful and accessible to man page writers who may never read
diff --git a/doc/meintro_fr.me b/doc/meintro_fr.me
index 7b50cbf..177ad6a 100644
--- a/doc/meintro_fr.me
+++ b/doc/meintro_fr.me
@@ -1,3 +1,5 @@
+.\" -*- coding: utf-8 -*- (for preconv; for Emacs, see end of file)
+.\"
 .\" Copyright (c) 1986 The Regents of the University of California.
 .\" All rights reserved.
 .\"
@@ -2270,5 +2272,6 @@ l l l .
 .)b
 .\" Local Variables:
 .\" mode: nroff
+.\" coding: utf-8
 .\" End:
 .\" vim: filetype=groff:



reply via email to

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