http://bugs.winehq.org/show_bug.cgi?id=3241
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-15-10 07:29 -------
*** Bug 3562 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3562
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-15-10 07:29 -------
Yes the patch fixes the problem. Marking as duplicate of this infamous bug.
*** This bug has been marked as a duplicate of 3241 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3560
------- Additional Comments From I-SAngeli(a)siriush.com 2005-15-10 07:25 -------
Hi Jonathan,
according to what you posted, I have to declare LC_ALL= and otherwhise this
creates theproblems. Is this correct, so far? Did I get it?
Well, my goal is to have the following localization in "Italian and US English".
So, I apply these changes to /etc/env.d/02locale and here is my goal divided
into two sections for better explanation:
ITALIAN SECTION:
-----------------------------
LC_NUMERIC="it_IT.UTF-8"
LC_MONETARY="it_IT.UTF-8"
LC_PAPER="it_IT.UTF-8"
LC_MEASUREMENT="it_IT.UTF-8"
ENGLISH SECTION:
-----------------------------
LC_CTYPE="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LANG="en_US.UTF-8"
With the above setting, living LC_ALL="" empty here is the result of my current
"locale"
LANG=en_US.UTF-8
LC_CTYPE=en_US.UTF-8
LC_NUMERIC=it_IT.UTF-8
LC_TIME=en_US.UTF-8
LC_COLLATE=en_US.UTF-8
LC_MONETARY=it_IT.UTF-8
LC_MESSAGES=en_US.UTF-8
LC_PAPER=it_IT.UTF-8
LC_NAME=en_US.UTF-8
LC_ADDRESS=en_US.UTF-8
LC_TELEPHONE=en_US.UTF-8
LC_MEASUREMENT=it_IT.UTF-8
LC_IDENTIFICATION=en_US.UTF-8
LC_ALL=
WHICH IS WHAT I AIM TO.
Now, if I rather apply the change to LC_ALL=, according to the "LC_ALL If set to
a non-empty string value, override the values of all the other
internationalization variables.", and make let's say LC_ALL="it_IT.UTF-8" this
is the result of my "new locale":
LANG=en_US.UTF-8
LC_CTYPE="it_IT.UTF-8"
LC_NUMERIC="it_IT.UTF-8"
LC_TIME="it_IT.UTF-8"
LC_COLLATE="it_IT.UTF-8"
LC_MONETARY="it_IT.UTF-8"
LC_MESSAGES="it_IT.UTF-8"
LC_PAPER="it_IT.UTF-8"
LC_NAME="it_IT.UTF-8"
LC_ADDRESS="it_IT.UTF-8"
LC_TELEPHONE="it_IT.UTF-8"
LC_MEASUREMENT="it_IT.UTF-8"
LC_IDENTIFICATION="it_IT.UTF-8"
LC_ALL=it_IT.UTF-8
WHICH IS TOTALLY WRONG.
Now, could you please illustrate what is wrong so far in what I am doing? My
"only" way to make locale behave properly is to let LC_ALL=
If you can achieve what I above intend to set with my goal still with LC_ALL="a
language" please post here so that I learn something new and implement it
immediately.
thank you,
Spiro
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3000
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-15-10 07:18 -------
I sent patches to fix this. I'll close the bug if they are accepted.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3560
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Summary|Winecfg interface with GUI |Wine should use LC_LANG
|issues |instead of LC_ALL
| |[Was:Winecfg interface with
| |GUI issues]
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-15-10 07:05 -------
Changing bug summary.
>From man locale:
LANG Provide a default value for the internationalization variables
that are unset or null. (See the Base Definitions volume of
IEEE Std 1003.1-2001, Section 8.2, Internationalization Vari-
ables for the precedence of internationalization variables used
to determine the values of locale categories.)
LC_ALL If set to a non-empty string value, override the values of all
the other internationalization variables.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3560
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|INVALID |
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3560
------- Additional Comments From I-SAngeli(a)siriush.com 2005-15-10 06:54 -------
Hi Jonathan,
thank you for your support.
Here is my locale output:
LANG=en_US.UTF-8
LC_CTYPE=en_US.UTF-8
LC_NUMERIC=it_IT.UTF-8
LC_TIME=en_US.UTF-8
LC_COLLATE=en_US.UTF-8
LC_MONETARY=it_IT.UTF-8
LC_MESSAGES=en_US.UTF-8
LC_PAPER=it_IT.UTF-8
LC_NAME=en_US.UTF-8
LC_ADDRESS=en_US.UTF-8
LC_TELEPHONE=en_US.UTF-8
LC_MEASUREMENT=it_IT.UTF-8
LC_IDENTIFICATION=en_US.UTF-8
LC_ALL=
As you can see, my LC_ALL= is empty but it is specifically empty otherwhise it
would defeat the purpose of individual customizations.
This is what I advice/see:
It is wrong to set wine or other applications to refer to LC_ALL. Totally wrong.
Rather it sahould be used: LANG= and only this.
I wish to invite developers to make this change, if possible, so that users can
customize their locale according to their needs and not to apps needs.
Please advice if I am wrong so that I modify my understanding of localization setup.
You can also take a look at my howto for localizations I posted in Gentoo Forum
for UTF-8: http://forums.gentoo.org/viewtopic-t-390888-highlight-.html
Sincerely,
Spiro
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3001
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-15-10 06:29 -------
Please try using current Wine version and if it still crashes set windows
version to nt40 using winecfg.
Thanks.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2170
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |FIXED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-15-10 06:12 -------
This bug seems fixed. Please open new bug(s) for the other issues (odbc, etc.).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3573
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-15-10 06:07 -------
Runs fine here with current cvs as well. If it runs fine on your computer with
previous version (20050830) you might do a regression test
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.