[Bug 10604] New: DateTime control parsing date format incorectly.
http://bugs.winehq.org/show_bug.cgi?id=10604 Summary: DateTime control parsing date format incorectly. Product: Wine Version: CVS/GIT Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-comctl32 AssignedTo: wine-bugs(a)winehq.org ReportedBy: cman(a)cman.us In Lithuanian locale (lth.nls) long date format defined this way: LOCALE_SLONGDATE "yyyy 'm.' MMMM d 'd.'" So datetime control should display it for example like this: "2007 m. spalis 31 d." But currently it is a mess: "2007 27. spalis 31 31." -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10604 --- Comment #1 from CMan <cman(a)cman.us> 2007-11-29 15:09:07 --- Created an attachment (id=9401) --> (http://bugs.winehq.org/attachment.cgi?id=9401) Screenshot This is a test application written in Delphi. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10604 CMan <cman(a)cman.us> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cman(a)cman.us -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10604 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dank(a)kegel.com --- Comment #2 from Dan Kegel <dank(a)kegel.com> 2007-11-29 15:25:23 --- Please attach the source and binary for the test app, if you can. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10604 --- Comment #3 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2007-11-29 16:12:33 --- How are you running that program (with what _exact_ command)? Attach output of 'locale' program. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10604 --- Comment #4 from CMan <cman(a)cman.us> 2007-12-01 11:44:08 --- More information: Operating system: Ubuntu 7.04 Wine version: 0.9.49 Wine setting: Default OS locale: Lithuanian Command: "wine datetimetest.exe" -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10604 --- Comment #5 from CMan <cman(a)cman.us> 2007-12-01 11:45:47 --- Created an attachment (id=9436) --> (http://bugs.winehq.org/attachment.cgi?id=9436) Test app -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10604 --- Comment #6 from CMan <cman(a)cman.us> 2007-12-01 11:47:51 --- Created an attachment (id=9437) --> (http://bugs.winehq.org/attachment.cgi?id=9437) Screenshot from Ubuntu P.S. Previous screenshot was from ReactOS. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10604 --- Comment #7 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2007-12-01 12:06:37 --- (In reply to comment #4)
More information:
Operating system: Ubuntu 7.04 Wine version: 0.9.49 Wine setting: Default OS locale: Lithuanian Command: "wine datetimetest.exe"
Read again what I asked: Attach output of 'locale' program. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10604 --- Comment #8 from CMan <cman(a)cman.us> 2007-12-01 13:53:56 --- Created an attachment (id=9438) --> (http://bugs.winehq.org/attachment.cgi?id=9438) locale.txt -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10604 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Version|CVS/GIT |0.9.49. --- Comment #9 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2007-12-01 15:01:15 --- Confirming. Seems like parsing doesn't know what to do with single quoted strings in the format. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10604 Mikolaj Zalewski <mikolaj.zalewski(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mikolaj.zalewski(a)gmail.com --- Comment #10 from Mikolaj Zalewski <mikolaj.zalewski(a)gmail.com> 2008-02-22 16:42:09 --- The patch http://www.winehq.org/pipermail/wine-patches/2008-February/050518.html seems to fix this. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=10604 Mikolaj Zalewski <mikolaj.zalewski(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #11 from Mikolaj Zalewski <mikolaj.zalewski(a)gmail.com> 2008-02-26 10:29:24 --- The patch has been accepted into Wine Git and should be available in Wine releases starting from Wine 0.9.57. If you still have problems with it feel free to reopen the bug. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=10604 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #12 from Alexandre Julliard <julliard(a)winehq.org> 2008-03-07 11:28:31 --- Closing bugs fixed in 0.9.57. -- 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.
participants (1)
-
wine-bugs@winehq.org