http://bugs.winehq.org/show_bug.cgi?id=29038
Bug #: 29038 Summary: strftime in gvim is outputting strings in a wrong encoding Product: Wine Version: 1.3.30 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: kp-pav@yandex.ru Classification: Unclassified
strftime('%c') in gvim under wine is outputting «РЎСЂРґ 09 РќРѕСЏ 2011 16:19:26», while it should «Срд 09 Ноя 2011 16:19:26» (can be obtained from the first by using `iconv -f UTF-8 -t CP1251 | iconv -f UTF-8'). strftime in just the same gvim executable in a virtual machine works fine (except that it has different output with `%c', so to check encoding I had to use `%b' token).