summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Tappe2008-02-12 23:04:29 +0100
committerOliver Tappe2008-02-12 23:04:29 +0100
commit0c013759bfedca05f5d5758ebb09d5e1a1a6a8ff (patch)
tree7047c271e0e4da73e0b5e9217d894cb89a0ffd60
parentThe floppy disk image is created (was, should) on the fly and has not to (diff)
downloadcore-0c013759bfedca05f5d5758ebb09d5e1a1a6a8ff.tar.gz
core-0c013759bfedca05f5d5758ebb09d5e1a1a6a8ff.tar.xz
core-0c013759bfedca05f5d5758ebb09d5e1a1a6a8ff.zip
* hopefully finally fixed the utf8-related character problems in --man
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1539 95ad53e4-c205-0410-b2fa-d234c58c8868
-rwxr-xr-xconfig-db/slxconfig2
-rwxr-xr-xconfig-db/slxconfig-demuxer2
-rwxr-xr-xinstaller/slxos-export2
-rwxr-xr-xinstaller/slxos-setup2
-rwxr-xr-xos-plugins/slxos-plugin2
5 files changed, 5 insertions, 5 deletions
diff --git a/config-db/slxconfig b/config-db/slxconfig
index 03931c24..1d1ddf29 100755
--- a/config-db/slxconfig
+++ b/config-db/slxconfig
@@ -54,7 +54,7 @@ pod2usage(-msg => $abstract, -verbose => 0, -exitval => 1) if $option{helpReq};
if ($option{manReq}) {
# avoid dubious problem with perldoc in combination with UTF-8 that
# leads to strange dashes and single-quotes being used
- $ENV{LC_MESSAGES} = 'POSIX';
+ $ENV{LC_ALL} = 'POSIX';
pod2usage(-verbose => 2);
}
if ($option{versionReq}) {
diff --git a/config-db/slxconfig-demuxer b/config-db/slxconfig-demuxer
index c25153f1..5ae29150 100755
--- a/config-db/slxconfig-demuxer
+++ b/config-db/slxconfig-demuxer
@@ -96,7 +96,7 @@ pod2usage(-msg => $abstract, -verbose => 0, -exitval => 1) if $option{helpReq};
if ($option{manReq}) {
# avoid dubious problem with perldoc in combination with UTF-8 that
# leads to strange dashes and single-quotes being used
- $ENV{LC_MESSAGES} = 'POSIX';
+ $ENV{LC_ALL} = 'POSIX';
pod2usage(-verbose => 2);
}
if ($option{versionReq}) {
diff --git a/installer/slxos-export b/installer/slxos-export
index 908bdb37..6ca7d7cc 100755
--- a/installer/slxos-export
+++ b/installer/slxos-export
@@ -47,7 +47,7 @@ pod2usage(-msg => $abstract, -verbose => 0, -exitval => 1) if $option{helpReq};
if ($option{manReq}) {
# avoid dubious problem with perldoc in combination with UTF-8 that
# leads to strange dashes and single-quotes being used
- $ENV{LC_MESSAGES} = 'POSIX';
+ $ENV{LC_ALL} = 'POSIX';
pod2usage(-verbose => 2);
}
if ($option{versionReq}) {
diff --git a/installer/slxos-setup b/installer/slxos-setup
index 84b90301..6ee88c60 100755
--- a/installer/slxos-setup
+++ b/installer/slxos-setup
@@ -47,7 +47,7 @@ pod2usage(-msg => $abstract, -verbose => 0, -exitval => 1) if $option{helpReq};
if ($option{manReq}) {
# avoid dubious problem with perldoc in combination with UTF-8 that
# leads to strange dashes and single-quotes being used
- $ENV{LC_MESSAGES} = 'POSIX';
+ $ENV{LC_ALL} = 'POSIX';
pod2usage(-verbose => 2)
}
if ($option{versionReq}) {
diff --git a/os-plugins/slxos-plugin b/os-plugins/slxos-plugin
index 6797b25e..ba407994 100755
--- a/os-plugins/slxos-plugin
+++ b/os-plugins/slxos-plugin
@@ -47,7 +47,7 @@ pod2usage(-msg => $abstract, -verbose => 0, -exitval => 1) if $option{helpReq};
if ($option{manReq}) {
# avoid dubious problem with perldoc in combination with UTF-8 that
# leads to strange dashes and single-quotes being used
- $ENV{LC_MESSAGES} = 'POSIX';
+ $ENV{LC_ALL} = 'POSIX';
pod2usage(-verbose => 2);
}
if ($option{versionReq}) {