http://bugs.winehq.org/show_bug.cgi?id=7977
rmh@aybabtu.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #5674 is|0 |1 obsolete| |
------- Additional Comments From rmh@aybabtu.com 2007-10-04 14:57 ------- Created an attachment (id=5730) --> (http://bugs.winehq.org/attachment.cgi?id=5730&action=view) new patch
New patch:
- provides special-casing for all the differing versions of locale-dependant %c, %x and %X, implemented around strftime using locale-independant primitives.
- handles all the languages that microsoft claims to support in their strftime: http://msdn2.microsoft.com/en-us/library/39cwe7zf(VS.71).aspx (except korean and english-uk because of bug 8012)