<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
  <title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
worked like charm. <br>
<br>
Rather than muck about with ~/.bash_profile and risk breaking something
else, I put the following in a script file:<br>
<br>
LANG=C /full/path/to/acroread $1<br>
<br>
thanks guys<br>
<br>
Sean Craig<br>
<br>
Barry K. Nathan wrote:<br>
<blockquote type="cite"
 cite="mid20030929074328.GA17030@ip68-4-255-84.oc.oc.cox.net">
  <pre wrap="">On Mon, Sep 29, 2003 at 11:34:55AM +0400, Sean Craig wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">[user@host dir]$ ./acroread
Warning: charset "UTF-8" not supported, using "ISO8859-1".
Aborted
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Try something like:
  [user@host dir]$ LANG=C ./acroread

Does that work? (I haven't installed the Fedora Core test on any of my
systems yet, so this is just an educated guess.)

-Barry K. Nathan <a class="moz-txt-link-rfc2396E" href="mailto:barryn@pobox.com"><barryn@pobox.com></a>


--
fedora-test-list mailing list
<a class="moz-txt-link-abbreviated" href="mailto:fedora-test-list@redhat.com">fedora-test-list@redhat.com</a>
<a class="moz-txt-link-freetext" href="http://www.redhat.com/mailman/listinfo/fedora-test-list">http://www.redhat.com/mailman/listinfo/fedora-test-list</a>
  </pre>
</blockquote>
</body>
</html>