We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 18a7f8f + 8b8d89f commit 00eaff2Copy full SHA for 00eaff2
source/locales.tex
@@ -2358,9 +2358,9 @@
2358
implements a degenerate conversion;
2359
it does not convert at all.
2360
The specialization \tcode{codecvt<char16_t,} \tcode{char, mbstate_t>}
2361
-converts between the UTF-16 and UTF-8 encoding schemes, and
+converts between the UTF-16 and UTF-8 encoding forms, and
2362
the specialization \tcode{codecvt} \tcode{<char32_t, char, mbstate_t>}
2363
-converts between the UTF-32 and UTF-8 encoding schemes.
+converts between the UTF-32 and UTF-8 encoding forms.
2364
\tcode{codecvt<wchar_t,char,mbstate_t>}
2365
converts between the native character sets for narrow and wide characters.
2366
Specializations on
0 commit comments