[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[groff] 05/23: [me]: Fix Savannah #66287 (1/2) (coding tag).
From: |
G. Branden Robinson |
Subject: |
[groff] 05/23: [me]: Fix Savannah #66287 (1/2) (coding tag). |
Date: |
Wed, 16 Oct 2024 15:00:27 -0400 (EDT) |
gbranden pushed a commit to branch master
in repository groff.
commit 0fea2c3e7f6ae74a7f723466544b0e257255aa67
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Mon Oct 14 14:56:18 2024 -0500
[me]: Fix Savannah #66287 (1/2) (coding tag).
* doc/meintro_fr.me.in: Add back old-style Emacs file-local variable to
supply preconv(1) a "coding tag". Doing so throws that program a bone
if the "uchardet" library is not available and the program is asked to
guess the file's input encoding.
Fixes <https://savannah.gnu.org/bugs/?66287> (1/2). Thanks to Dave
Kemper for the report.
Also update the command examples for readers interested in rendering the
file. The examples specify the input encoding explicitly; the coding
tag is for the benefit of people who use the groff(1) option "-k"
instead of "-K".
---
ChangeLog | 10 ++++++++++
doc/meintro_fr.me.in | 5 +++--
2 files changed, 13 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index adf9568d1..824799df5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2024-10-14 G. Branden Robinson <g.branden.robinson@gmail.com>
+
+ * doc/meintro_fr.me.in: Add back old-style Emacs file-local
+ variable to supply preconv(1) a "coding tag". Doing so throws
+ that program a bone if the "uchardet" library is not available
+ and the program is asked to guess the file's input encoding.
+
+ Fixes <https://savannah.gnu.org/bugs/?66287> (1/2). Thanks to
+ Dave Kemper for the report.
+
2024-10-14 Dave Kemper <saint.snit@gmail.com>
* tmac/en.tmac: Map hcodes of Latin-1 characters with
diff --git a/doc/meintro_fr.me.in b/doc/meintro_fr.me.in
index 5b75a6a79..f63b9e9ef 100644
--- a/doc/meintro_fr.me.in
+++ b/doc/meintro_fr.me.in
@@ -1,5 +1,6 @@
-.\" groff -kt -me -mfr
-.\" nroff -kt -me -mfr
+.\" -*- coding: utf-8; -*- Help preconv(1) if uchardet is not present.
+.\" groff -K utf8 -t -me -mfr
+.\" nroff -K utf8 -t -me -mfr
.\"
.\" Copyright (c) 1986, 1993
.\" The Regents of the University of California. All rights reserved.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [groff] 05/23: [me]: Fix Savannah #66287 (1/2) (coding tag).,
G. Branden Robinson <=