Re: Special Characters on wine

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Klavs Haugaard <tant@xxxxxxx> writes:

> 
> klavs@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@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@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




_______________________________________________
wine-users mailing list
wine-users@xxxxxxxxxx
http://www.winehq.org/mailman/listinfo/wine-users

[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux