Comments for Adobe Reader
03 Dec 2004 09:50
No version 6 of Adobe Acrobat Reader for Linux
Dispate the claim of Adobe as pdf a format to be easly used on any system there is no a version 6 of Adobe Acrobat Reader.
I often have an ugly pop up windows says me to update to a newer version. I click OK and I download the same version I already have (becouse is the last). But I can not have version 6 and I can not use the function that need version 6
09 Jun 2004 04:30
Re: Anyone know how to resolve this?
Just wanted to say thanks for the tip. I used it and it worked (running Redhat 9)
>
> % I installed Acroreader on my Linux
> box
> % that is running RedHat 8 and I am
> % recieving this nice little error when
> % trying to launch it. I haven't been
> % able to find anything about this
> message
> % in any of the documentation that
> Adobe
> % has made public. Thanks (oh yeah i am
> a
> % newbie.)
> %
> % Warning: charset "UTF-8"
> not
> % supported, using
> "ISO8859-1".
> % Aborted
> %
>
>
> greets
>
> had same problem and was researching
> when ran across your post. found the
> answer:
>
> you need to set your LANG variable to C,
> which is not the default in newer redhat
> releases. i edited the
> /usr/local/Acrobat5/bin/acroread script
> and added:
>
> LANG=C; export LANG
>
> near the top. it worked for me.
>
> cheers. alex.
>
>
02 Jun 2004 02:40
Re: Anyone know how to resolve this?
> same problem. Worked perfectly. thanks
>
>
> %
> % % I installed Acroreader on my Linux
> % box
> % % that is running RedHat 8 and I am
> % % recieving this nice little error
> when
> % % trying to launch it. I haven't
> been
> % % able to find anything about this
> % message
> % % in any of the documentation that
> % Adobe
> % % has made public. Thanks (oh yeah i
> am
> % a
> % % newbie.)
> % %
> % % Warning: charset "UTF-8"
> % not
> % % supported, using
> % "ISO8859-1".
> % % Aborted
> % %
> %
> %
> % greets
> %
> % had same problem and was researching
> % when ran across your post. found the
> % answer:
> %
> % you need to set your LANG variable to
> C,
> % which is not the default in newer
> redhat
> % releases. i edited the
> % /usr/local/Acrobat5/bin/acroread
> script
> % and added:
> %
> % LANG=C; export LANG
> %
> % near the top. it worked for me.
> %
> % cheers. alex.
> %
> %
>
>
>
you all can edit /usr/local/Acrobat5/bin/acroread and put top of the file,
LANG=eng_US
export LANG
11 May 2004 15:04
Re: Anyone know how to resolve this?
Thanks -- worked great.
>
> % I installed Acroreader on my Linux
> box
> % that is running RedHat 8 and I am
> % recieving this nice little error when
> % trying to launch it. I haven't been
> % able to find anything about this
> message
> % in any of the documentation that
> Adobe
> % has made public. Thanks (oh yeah i am
> a
> % newbie.)
> %
> % Warning: charset "UTF-8"
> not
> % supported, using
> "ISO8859-1".
> % Aborted
> %
>
>
> greets
>
> had same problem and was researching
> when ran across your post. found the
> answer:
>
> you need to set your LANG variable to C,
> which is not the default in newer redhat
> releases. i edited the
> /usr/local/Acrobat5/bin/acroread script
> and added:
>
> LANG=C; export LANG
>
> near the top. it worked for me.
>
> cheers. alex.
>
>
05 May 2004 08:17
Re: Anyone know how to resolve this?
>
> % LANG=C; export LANG not working for me
>
> % try LC_CTYPE=C; export LC_CTYPE
> %
>
>
> I found the same - and you're right,
> your solution
> works! So simple - why didn't Adobe
> resolve that
> themselves?
Well I just opened a bug report at the Adobe web site today. Lets see if they fix this.
17 Feb 2004 19:44
Re: Aborted:
dictd won't start unless you run it with:
--locale=en_US.UTF-8
Of course it won't report any errors, just mysteriously fail to start.
> The error message in "Subject"
> was reported
> previously. It is surprising that it
> wouldn't have been fixed
> or that the README wouldn't discuss it.
>
> Is there a downside to adding the export
> LANG=C ?
25 Jan 2004 07:27
Re: Anyone know how to resolve this?
> LANG=C; export LANG not working for me
> try LC_CTYPE=C; export LC_CTYPE
>
I found the same - and you're right, your solution
works! So simple - why didn't Adobe resolve that
themselves?
22 Jan 2004 16:57
Re: Anyone know how to resolve this?
>
> % I installed Acroreader on my Linux
> box
> % that is running RedHat 8 and I am
> % recieving this nice little error when
> % trying to launch it. I haven't been
> % able to find anything about this
> message
> % in any of the documentation that
> Adobe
> % has made public. Thanks (oh yeah i am
> a
> % newbie.)
> %
> % Warning: charset "UTF-8"
> not
> % supported, using
> "ISO8859-1".
> % Aborted
> %
>
>
> greets
>
> had same problem and was researching
> when ran across your post. found the
> answer:
>
> you need to set your LANG variable to C,
> which is not the default in newer redhat
> releases. i edited the
> /usr/local/Acrobat5/bin/acroread script
> and added:
>
> LANG=C; export LANG
>
> near the top. it worked for me.
>
> cheers. alex.
>
>
LANG=C; export LANG not working for me
try LC_CTYPE=C; export LC_CTYPE
24 Sep 2003 23:48
Re: Anyone know how to resolve this?
same problem. Worked perfectly. thanks
>
> % I installed Acroreader on my Linux
> box
> % that is running RedHat 8 and I am
> % recieving this nice little error when
> % trying to launch it. I haven't been
> % able to find anything about this
> message
> % in any of the documentation that
> Adobe
> % has made public. Thanks (oh yeah i am
> a
> % newbie.)
> %
> % Warning: charset "UTF-8"
> not
> % supported, using
> "ISO8859-1".
> % Aborted
> %
>
>
> greets
>
> had same problem and was researching
> when ran across your post. found the
> answer:
>
> you need to set your LANG variable to C,
> which is not the default in newer redhat
> releases. i edited the
> /usr/local/Acrobat5/bin/acroread script
> and added:
>
> LANG=C; export LANG
>
> near the top. it worked for me.
>
> cheers. alex.
>
>
Re: No version 6 of Adobe Acrobat Reader for Linux
> Dispate the claim of Adobe as pdf a
> format to be easly used on any system
> there is no a version 6 of Adobe Acrobat
> Reader.
Here here! How long has it been since 6 was released on Windows? 1 year? 2 years?
Either change the name from Portable Document Format to Windows Document Format, or port your reader to Linux. Drop the Motif crap, buy a Qt license and get done with it.