Wine character set....

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
ebear
Newbie
Newbie
Posts: 3
Joined: Tue Dec 09, 2008 3:51 pm

Wine character set....

Post by ebear »

Hello all,

Iam using OpenSuse 11.0 and Wine 1.1.10. Iam using Wine only for my windows invoice program. This program was working in Windows XP well. In wine also the program is working but.....

I using a Dutch linux but aim living and working in the Czech republic. In my invoice program {windows software under Wine} are the Czech characters a mess. The same program under Windows XP Dutch did not have this problem.

I have already searched in the Wine forums and so on but i did nit find the right answer. Can anyone help me with this problem, iam very happy with Linux but i have to use this invoice program for a wile....

Thanks....


Eric Beerhorst
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Wine character set....

Post by austin987 »

On Tue, Dec 9, 2008 at 2:55 PM, ebear <[email protected]> wrote:
Hello all,

Iam using OpenSuse 11.0 and Wine 1.1.10. Iam using Wine only for my windows invoice program. This program was working in Windows XP well. In wine also the program is working but.....

I using a Dutch linux but aim living and working in the Czech republic. In my invoice program {windows software under Wine} are the Czech characters a mess. The same program under Windows XP Dutch did not have this problem.

I have already searched in the Wine forums and so on but i did nit find the right answer. Can anyone help me with this problem, iam very happy with Linux but i have to use this invoice program for a wile....

Thanks....


Eric Beerhorst





What is your locale set to? Have you tried setting it to Czech when
running that program?

--
-Austin
ebear
Newbie
Newbie
Posts: 3
Joined: Tue Dec 09, 2008 3:51 pm

Wine character set....

Post by ebear »

Hello Austin,

Thank you for your reaction....

How do i set the locale, iam now running miniFaktura with the command:

env WINEPREFIX="/root/.wine" wine "C:\Programma Bestanden\miniFaktura\miniFaktura.exe"

Greetings eric
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Wine character set....

Post by austin987 »

On Tue, Dec 9, 2008 at 3:27 PM, ebear <[email protected]> wrote:
Hello Austin,

Thank you for your reaction....

How do i set the locale, iam now running miniFaktura with the command:

env WINEPREFIX="/root/.wine" wine "C:\Programma Bestanden\miniFaktura\miniFaktura.exe"

Greetings eric





A) Don't run wine as root. Reinstall as a regular user and use it that way.

B) Locale is an environmental variable, so you'd use:

env LANG=cz_CZ.UTF-8 WINEPREFIX="/username/.wine" wine "C:\Programma
Bestanden\miniFaktura\miniFaktura.exe"

--
-Austin
ebear
Newbie
Newbie
Posts: 3
Joined: Tue Dec 09, 2008 3:51 pm

Wine character set....

Post by ebear »

Thanks Austin i give it a try. Now iam running it as root...

Greetings eric
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Wine character set....

Post by vitamin »

ebear wrote:Thanks Austin i give it a try. Now iam running it as root...
In case you didn't understand - DO NOT run ANYTHING as root on Linux! And running Wine as root is the worst you can do.
Locked