[Bug 19090] wine puts unnecessary spaces into a date

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Jul 7 12:16:12 CDT 2013


http://bugs.winehq.org/show_bug.cgi?id=19090

Dan Kegel <dank at kegel.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID

--- Comment #8 from Dan Kegel <dank at kegel.com> 2013-07-07 12:16:12 CDT ---
I can reproduce this now with

$ wget
'http://trl.trimble.com/dscgi/ds.py/Get/File-421084/SetupPlanning%20(2-8).exe'
$ rm -rf ~/.wine
$ wine SetupPlanning%20(2-8).exe
$ cd ~/".wine/drive_c/Program Files (x86)/Common Files/Trimble/Planning"
$ LANG=sk_SK.utf8 LC_ALL=sk_SK.utf8 wine planning.exe

and I confirm that clicking 'Today' inserts the unwanted spaces in the
text entry field for the date.  Unaffected by 'winetricks comctl32'.
+nls shows, among many other lines,

trace:nls:GetLocaleInfoW (lcid=0x41b,lctype=0x1f,0x23f9e0,40) returning 11 L"d.
M. yyyy"
trace:nls:GetLocaleInfoW (lcid=0x41b,lctype=0x20,0x23f9e0,40) returning 13 L"d.
MMMM yyyy"

0x41b is slovak.

dank at i7:~/wine-git/dlls/kernel32/nls$ grep DATE.*'".* .*"' sky.nls
  LOCALE_SLONGDATE "d. MMMM yyyy"
  LOCALE_SSHORTDATE "d. M. yyyy"

http://download.microsoft.com/download/a/c/6/ac6bac84-d2b1-45cd-bef1-507d3aac404e/slk-svk-StyleGuide.pdf
says that this is expected.

So, INVALID.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list