Source-Changes-HG archive

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

[src/trunk]: src/external/mit/ctwm/etc ctwmrc: Use ISO8859-1 for displaying m...



details:   https://anonhg.NetBSD.org/src/rev/0381ed6150f0
branches:  trunk
changeset: 366009:0381ed6150f0
user:      nia <nia%NetBSD.org@localhost>
date:      Mon May 09 07:15:25 2022 +0000

description:
ctwmrc: Use ISO8859-1 for displaying manual pages in xman, because it
gets us some commonly used symbols. xman doesn't grok UTF-8.

diffstat:

 external/mit/ctwm/etc/system.ctwmrc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 685bb7ba6962 -r 0381ed6150f0 external/mit/ctwm/etc/system.ctwmrc
--- a/external/mit/ctwm/etc/system.ctwmrc       Sun May 08 22:03:02 2022 +0000
+++ b/external/mit/ctwm/etc/system.ctwmrc       Mon May 09 07:15:25 2022 +0000
@@ -1,5 +1,5 @@
 #
-# $NetBSD: system.ctwmrc,v 1.15 2022/05/08 08:20:16 nia Exp $
+# $NetBSD: system.ctwmrc,v 1.16 2022/05/09 07:15:25 nia Exp $
 #
 # ctwmrc by nia
 #
@@ -299,7 +299,7 @@
     "NetBSD"                   f.title
     ""                         f.separator
     " Terminal"                        !"uxterm &"
-    " Manual pages"            !"LC_ALL=C xman -notopbox &"
+    " Manual pages"            !"LC_ALL=en_US.ISO8859-1 xman -notopbox &"
     ""                         f.separator
     " Applications"            f.menu "appmenu"
     " Desktop utilities"       f.menu "deskutils"



Home | Main Index | Thread Index | Old Index