id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 1576,cannot read non-ASCII output messages,Takeshi Mouri ,René Rivera,"The changes in exent.c at changeset:38009 break non-ASCII output messages. Some Japanese compilers output diagnostic messages in Japanese (non-ASCII), but we cannot read them. This problem is caused by the following codes: {{{ /* clean up non-ascii chars */ int i; for ( i = 0; i < bytesInBuffer; ++i ) { if ((unsigned char)ioBuffer[i] < 1 || (unsigned char)ioBuffer[i] > 127 ) { ioBuffer[i] = '?'; } } }}} Could you remove it?",Bugs,closed,Boost.Jam 3.1.17,bjam,Boost Development Trunk,Problem,fixed,,