[Wine] Re: Special Characters on wine

Kari Hurtta hurtta+gmane at siilo.fmi.fi
Mon May 29 12:38:59 CDT 2006


Klavs Haugaard <tant at fjas.dk> writes:

> 
> klavs at Nessa:~/windows/Program Files/SuperType$ wine 'LC_ALL="da_DK"
> LANG="da_DK" STYPE.EXE'
> wine: cannot open (null)
> Wine failed with return code 1
> 
> or:
> 
> klavs at Nessa:~/windows/Program Files/SuperType$ wine 'LC_ALL="da_DK"
> LANG="da_DK"' STYPE.EXE
> wine: cannot open (null)
> Wine failed with return code 1
> 
> or:
> 
> klavs at Nessa:~/windows/Program Files/SuperType$ wine LC_ALL="da_DK"
> LANG="da_DK" STYPE.EXE
> wine: cannot find 'LC_ALL=da_DK'
> Wine failed with return code 1

env LC_ALL="da_DK" LANG="da_DK" wine STYPE.EXE


should work (independently on what sehll you are suing).


With some shells also

        LC_ALL="da_DK" LANG="da_DK" wine STYPE.EXE

should work.

And perhaps also

        wine LC_ALL="da_DK" LANG="da_DK" STYPE.EXE

on some shell, but I do not sure.


( and actualyy you can use   LC_ALL=da_DK   
   quotes are not needed. )

/ Kari Hurtta






More information about the wine-users mailing list