Normally I would agree with Chuck here, but changing the system language is fairly innocuous.

You can test this by exporting the environment variable before starting xastir like described below..

Unfortunately, I have this problem as well and I'm running Xastir on OSX which does not have the LANG set in the same way. (Even testing it by setting it before running xastir fails)

-Mark

Chuck Byam wrote:
I would discourage your from "re-setting" your system default encoding
without careful thought.  The default on OS X is en_US.UTF-8  Instead, write
a shell script that starts xastir and set your encoding there.

#!/bin/bash
LANG=en_US

/path/to/xastir
...



_______________________________________________
Xastir mailing list
[email protected]
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir
_______________________________________________
Xastir mailing list
[email protected]
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir

Reply via email to