emacs-diffs
[Top][All Lists]
Advanced

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

master 521386f9201: ; * admin/charsets/mapconv (LC_ALL): Fix typo.


From: Po Lu
Subject: master 521386f9201: ; * admin/charsets/mapconv (LC_ALL): Fix typo.
Date: Thu, 27 Apr 2023 06:52:07 -0400 (EDT)

branch: master
commit 521386f9201d0cacfcc857f7ef7cc1e5e586705a
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    ; * admin/charsets/mapconv (LC_ALL): Fix typo.
---
 admin/charsets/mapconv | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/admin/charsets/mapconv b/admin/charsets/mapconv
index f44d72d3850..19e2ff8d8f7 100755
--- a/admin/charsets/mapconv
+++ b/admin/charsets/mapconv
@@ -38,7 +38,7 @@
 ## So that eg [A-F] as used by KANJI-DATABASE branch below works as expected.
 ## Otherwise with LANG=en_US.utf8, CNS-6.map was generated with a
 ## bogus entry.  By experiment, LC_COLLATE=C was not enough.
-LC_ALL=c
+LC_ALL=C
 export LC_ALL
 
 BASE=`expr "$1" : '.*/\(.*\)' '|' "$1"` # basename



reply via email to

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