[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Omaha.pm] garbage in perldoc (dashes become â characters, etc.)
Looks like the default LANG environment variable in SuSE 10 Enterprise
LANG=en_US.UTF-8
Makes perldoc unreadable...
------------
perldoc perl
NAME
perl â Practical Extraction and Report Language
SYNOPSIS
perl [ âsTuU ] [ âhv ] [ âV[:configvar] ]
[ âcw ] [ âd[:debugger] ] [ âD[number/list] ]
[ âpna ] [ âFpattern ] [ âl[octal] ] [ â0[octal] ]
[ âIdir ] [ âm[â]module ] [ âM[â]âmodule...â ]
[ âP ] [ âS ] [ âx[dir] ]
------------
If you
export LANG=en_US
(or "unset LANG") then everything is fine.
$0.02,
j