Skip to content

Release v10.0.2

Compare
Choose a tag to compare
@github-actions github-actions released this 14 May 16:59
· 313 commits to develop since this release
6d8ddd2

UTF8-aware functions for Windows to make cross-platform easier

Changes:

  • boost::nowide::cin now ignores CR (\r) characters and treats CTRL+Z at the beginning of a line as EOF (matching std::cin behavior)
  • boost::nowide::cin supports sync by flushing the input and console buffer