$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [General] Always treat std::strings as UTF-8
From: Matus Chochlik (chochlik_at_[hidden])
Date: 2011-01-14 10:52:42
>
> But generally you should just use something like boost::utf8_to_utf16
> and always call Wide API.
Or maybe even boost::utf8_to<TCHAR/wxChar/QChar/...>()
>
> You must not use ANSI API under Windows.
>
> Artyom
>
>
Matus