Hi,

I try to get input via boost::nowide::cin. However, I cannot not end the stream with ^Z/^D.

It seems that nowide::details::console_input_buffer::read recognizes ^Z/^D as a regular character.

Platform: win7, vc++ 2015 ctp, boost 1.58

Regards,

Yuan Yao