Len Holgate's thoughts on this and that... Mainly test driven software development in C++ on Windows and Unix...
Menu
Home
About me
Classic Entries
Archives
Contact
August 2013
2013-08-30
:
Visual Studio 2013 Preview - isprint() incorrectly classifies ' ' as printable for 'C' locale.
It seems that `isprint() is broken. The following program demonstrates the problem. In VS20013 it prints “test failed” in all previous versions of visual studio it prints “test passed”. From this reference: …