On Sat, 14 Dec 2002, Gerry Tool wrote:

> Martin Felker wrote:
> > I can't run Adobe Acrobat Reader 5.06 for Linux (using RH 8.0) because 
> > charset UTF-8 is not supported.   How can I install this charset or 
> > install the Reader by some other means?
> 
> If you install acroread, you should edit /usr/local/Acrobat5/bin/acroread to 
> add near the beginning of the file (i.e., just after the "ver" and "install" 
> lines):
> 
> LANG=en_us
> export LANG
A very simple patch:

--- acroread.shipped    2002-12-14 19:16:48.000000000 +0100
+++ acroread    2002-12-14 19:30:45.000000000 +0100
@@ -3,6 +3,8 @@

 ver=5.0.6
 install_dir=/opt/Acrobat5/Reader
+LANG=en_US
+export LANG

 #
 # Prepend a colon separated environment variable



Hugo.

-- 
 All email sent to me is bound to the rules described on my homepage.
    [EMAIL PROTECTED]            http://hvdkooij.xs4all.nl/
            Don't meddle in the affairs of sysadmins,
            for they are subtle and quick to anger.



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list

Reply via email to