$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [beast] Formal review
From: Artyom Beilis (artyom.beilis_at_[hidden])
Date: 2017-07-10 14:47:24
On Mon, Jul 10, 2017 at 5:09 PM, Vinnie Falco via Boost
<boost_at_[hidden]> wrote:
> On Mon, Jul 10, 2017 at 1:52 AM, Artyom Beilis via Boost
> <boost_at_[hidden]> wrote:
>> Note: there are public header only UTF-8 API in Boost.Locale - I
>> suggest to use one instead of reimplementing/borrowing one.
>
> Which Boost.Locale function validates utf8?
>
You can use utf_traits
decode does the job.
Artyom