On Mon, 2004-04-19 at 23:11, Jean-Jacques Sarton wrote: > This is not a big problem. You can call acroread via a script > which set the LANG variable to en_US instead of en_US.UTF-8 > where en_US is to be set according to the language you use. > In order to see this call "echo $LANG" from a terminal.
Alternately, you can edit /usr/local/Acrobat5/bin/acroread (which is just a shell script) and add export LANG=en_AU (or whatever your locale is) early on in the script. Craig Ringer
