8 Oct
2015
8 Oct
'15
7:54 p.m.
On 10/8/15 12:14 PM, Peter Dimov wrote:
One could make the case for libs/utf8 which would contain utf8_facet and the "obvious"
bool is_valid_utf8( string const & s ); wstring utf8_decode( string const & s ); string utf8_encode( wstring const & s );
but this is already well into full review/bikeshed territory.
I would like to see libs/codecvt which included the above functions Robert Ramey