kernel: fix determination of using locale

Sergei Butakov butsergej at yandex.ru
Sat Apr 15 11:51:22 CDT 2006


This patch fix for me two bugs:
1. I'm using locale
	# export LANG="POSIX"
	# export LC_CTYPE="ru_RU.CP1251"
	# export LC_COLLATE="ru_RU.CP1251"
with which in many programs some Russian glyphs look wrong or as square.
2. in many programs English/Russian glyphs are ugly.

There are workaround by
	# export LANG="ru_RU.CP1251"
but it not suit for me.

Changelog:
	* dlls/kernel/locale.c
	fix determination of using locale
-------------- next part --------------
A non-text attachment was scrubbed...
Name: locale.diff
Type: text/x-diff
Size: 910 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20060415/8efb6b24/locale.diff


More information about the wine-patches mailing list