Lines Matching full:encoding
2 utf8 is a way of encoding wide characters. As so, management of encoding in
4 of the ctype category. However utf8 only describe how encoding must be
22 The only solution to get a locale instance that will handle utf8 encoding
24 encoding:
35 You can also access the facet directly to perform utf8 encoding/decoding operations:
38 const codecvt_t& encoding = use_facet<codecvt_t>(loc);
44 language[_country[.encoding]]
50 2. utf8 encoding is only supported for the moment under Windows. The less common
51 utf7 encoding is also supported.