Skip to content

Commit 00eaff2

Browse files
committed
Merge pull request #31 from iaanus/master
Replaced "encoding schemes" with "encoding forms". Thanks to Alberto Ganesh Barbati!
2 parents 18a7f8f + 8b8d89f commit 00eaff2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/locales.tex

+2-2
Original file line numberDiff line numberDiff line change
@@ -2358,9 +2358,9 @@
23582358
implements a degenerate conversion;
23592359
it does not convert at all.
23602360
The specialization \tcode{codecvt<char16_t,} \tcode{char, mbstate_t>}
2361-
converts between the UTF-16 and UTF-8 encoding schemes, and
2361+
converts between the UTF-16 and UTF-8 encoding forms, and
23622362
the specialization \tcode{codecvt} \tcode{<char32_t, char, mbstate_t>}
2363-
converts between the UTF-32 and UTF-8 encoding schemes.
2363+
converts between the UTF-32 and UTF-8 encoding forms.
23642364
\tcode{codecvt<wchar_t,char,mbstate_t>}
23652365
converts between the native character sets for narrow and wide characters.
23662366
Specializations on

0 commit comments

Comments
 (0)