On 2018年6月23日 02:47:37 +0900 Takashi Yano wrote: > In the latest cygwin1.dll snapshot, the date field of "ls -l" command > is garbled if LANG=ja_JP.UTF-8. I looked into this problem, and found this is caused by incorrect return value of iswprint(). A simple test case is attached. The expected result of the test case is: 111111 However, in the latest snapshot, result is: 111000 I think Thomas can easily fix this. -- Takashi Yano <takashi.yano@nifty.ne.jp> -------------- next part -------------- A non-text attachment was scrubbed... Name: chk_iswprint.c Type: text/x-csrc Size: 257 bytes Desc: not available URL: <http://cygwin.com/pipermail/cygwin/attachments/20180622/0241ae52/attachment.bin> -------------- next part -------------- -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple