On Wed, Mar 28, 2012 at 10:06 AM, Ruben Van Boxem
wrote:
> 2012/3/28 Earnie Boyd
>>
>> On Wed, Mar 28, 2012 at 8:28 AM, Jim Michaels wrote:
>> >
>> > they tabled it for C++11. which I thought wasn't too bright. maybe it
>> > was
>> > someone who used the windows cmd shell and never figured out
2012/3/28 Earnie Boyd
> On Wed, Mar 28, 2012 at 8:28 AM, Jim Michaels wrote:
> >
> > they tabled it for C++11. which I thought wasn't too bright. maybe it
> was
> > someone who used the windows cmd shell and never figured out he could
> switch
> > from raster font to"lucida console".
> >
>
> I
On Wed, Mar 28, 2012 at 8:28 AM, Jim Michaels wrote:
>
> they tabled it for C++11. which I thought wasn't too bright. maybe it was
> someone who used the windows cmd shell and never figured out he could switch
> from raster font to"lucida console".
>
It has nothing to do with C++11, it is about
they tabled it or at least it didn't make it into the C++11 standard.
>
> From: Ruben Van Boxem
>To: mingw-w64-public@lists.sourceforge.net
>Sent: Sunday, March 25, 2012 6:21 AM
>Subject: [Mingw-w64-public] Printing unicode character
>To: mingw-w64-public@lists.sourceforge.net
>Sent: Sunday, March 25, 2012 6:21 AM
>Subject: [Mingw-w64-public] Printing unicode characters with std::wcout or
>wprintf
>
>
>Hi,
>
>C++11 adds "unicode string literals" which allow one to write code like this:
>http://ideone.co
Hi,
C++11 adds "unicode string literals" which allow one to write code like
this: http://ideone.com/mGSww
(which should prints the Greek letter "beta" if your console font supports
it)
I tried this (with a decent console font like Lucida Console) and it
doesn't work for any MinGW-w64/GCC version