$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Vinnie Falco (vinnie.falco_at_[hidden])
Date: 2024-02-29 13:29:23
On Wed, Feb 28, 2024 at 4:30â¯PM Zach Laine via Boost
<boost_at_[hidden]> wrote:
> For the lazy: the values returned by these functions depends on the locale.
This is a recurring issue for my libraries which follow the Internet
RFCs. That's one of the reasons why Boost.URL defines its own
charsets:
Thanks