$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] unicode, C++0x, UTF-16
From: Cory Nelson (phrosty_at_[hidden])
Date: 2009-03-25 22:38:23
On Wed, Mar 25, 2009 at 6:23 PM, Brent Arias <Brent.Arias_at_[hidden]> wrote:
> Does that mean that boost.codecvt_utf8_facet is capable of acting as a UTF-8
> / UCS2 converter on a Windows box, where wchar_t is 2 bytes in size?
>
Last I looked, it still assumes wchar_t is UTF-32 and should not be
used in portable code.
-- Cory Nelson