Subject: [Boost-bugs] [Boost C++ Libraries] #11967: Support default ansi encoding with winapi backed
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2016-02-09 09:18:46
#11967: Support default ansi encoding with winapi backed
------------------------------+----------------------
Reporter: KindDragon | Owner: artyom
Type: Feature Requests | Status: new
Milestone: To Be Determined | Component: locale
Version: Boost 1.61.0 | Severity: Cosmetic
Keywords: |
------------------------------+----------------------
Please suport ansi encoding for this scenario or at least throw exception
{{{
boost::locale::generator gen;
gen.use_ansi_encoding(true);
locale_ = gen("");
}}}
It is suprizing when you get UTF-8 in this situation
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/11967> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:19 UTC