|
just to share acroread UTF-8 error launch fix.
do anyone of you got UTF-8 when launching acroread (acrobat reader 5.07/5.08) use the following fix to get it work on redhat linux or other distros
i have found this way to fix the UTF-8 error when launching acroread shell script.
just execute the /usr/your location/bin/acroread in a text editor program then do the following:-
at the 1st line of the script find this:-
install_dir=/usr/local/Acrobat5/Reader
just insert these two line under it:
LANG=C
export LANG
|