On Mon, 9 Mar 2020 18:51:12 -0500 Steven Penny wrote: > > The mingw-w64 cross compilers have been updated: > > > > * mingw64-i686-gcc-9.2.0-2 > > * mingw64-x86_64-gcc-9.2.0-2 > > Regarding "g++.exe", using a file "a.cpp": > > #include <iostream> > int main() { > std::cout << "☺☺" << std::endl; > } > > With these items: > > - Mingw compiler > - Provided by Cygwin > - cmd.exe > > Produces this output: > > ���☺
Please try: chcp 65001 -- Takashi Yano <takashi.y...@nifty.ne.jp> "--Problem reports: http://cygwin.com/problems.htmlFAQ: http://cygwin.com/faq/Documentation: http://cygwin.com/docs.htmlUnsubscribe info: http://cygwin.com/ml/#unsubscribe-simple"