SOURCES: pldconf-help_utf8.patch (NEW) - support for help encoded ...

witekfl witekfl at pld-linux.org
Fri Oct 5 12:39:44 CEST 2007


Author: witekfl                      Date: Fri Oct  5 10:39:44 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- support for help encoded in UTF-8

---- Files affected:
SOURCES:
   pldconf-help_utf8.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/pldconf-help_utf8.patch
diff -u /dev/null SOURCES/pldconf-help_utf8.patch:1.1
--- /dev/null	Fri Oct  5 12:39:44 2007
+++ SOURCES/pldconf-help_utf8.patch	Fri Oct  5 12:39:39 2007
@@ -0,0 +1,11 @@
+--- pldconf-0.3.16/pldconf_functions.old	2007-10-05 12:08:56.000000000 +0200
++++ pldconf-0.3.16/pldconf_functions	2007-10-05 12:09:45.000000000 +0200
+@@ -217,7 +217,7 @@
+ }
+ 
+ dml_help_check() {
+-	[ -n "$LANG" ] && clang="`echo $LANG|cut -f1 -d_`"
++	[ -n "$LANG" ] && clang="`echo $LANG`"
+ 	[ "X$dml_help" =  "Xyes" ] && { [ -f "$1.$clang" ] && $PLDCONF_PAGER "$1.$clang" || $PLDCONF_PAGER "$1"; exec $0; }
+ }
+ 
================================================================


More information about the pld-cvs-commit mailing list