Currency symbol odd display (GBP Pound sign)
Ashley Kitson
akitson at bbcb.co.uk
Sat May 21 03:53:57 EDT 2005
Bob
Here is answer if you are running Linux. I asked same question a week
or so ago and a chap called Ian Leonard supplied the answer
You need to change the LANG environment variable. Write the shell script
below. Call it gnucash_gb and put it in /usr/bin. CHMOD it to set
execute permissions
#!/bin/sh
export LANG=en_GB
/usr/bin/gnucash
>>end of script - do not nclude this line
now run gnucash_gb to start the program
Regards
Ashley
More information about the gnucash-user
mailing list