Skip to content

Commit 74105d7

Browse files
committed
Re-fix typo
1 parent b3a8ef0 commit 74105d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2020,7 +2020,7 @@ <h3>Choosing character encodings</h3>
20202020
<p>UTF-8 is the best choice for nearly all applications.</p>
20212021

20222022
<aside class="note">
2023-
<p>Web APIs and text processing usually specified using strings rather than trying to grappple with the raw byte sequences in a specific [=character encoding form=]. As noted in [[[#char_string]]], these strings are typically represented using UTF-16 [=code units=] ({{DOMString}}) or, less commonly, as Unicode [=code points=] ({{USVString}}). Because UTF-16 is a comparatively poor choice for serialization, and since the implicit conversion between UTF-8 and the various string representations is mostly invisible to users, UTF-8 is the preferred [=character encoding=] for storage and transmission.</p>
2023+
<p>Web APIs and text processing are usually specified using strings rather than trying to grappple with the raw byte sequences in a specific [=character encoding form=]. As noted in [[[#char_string]]], these strings are typically represented using UTF-16 [=code units=] ({{DOMString}}) or, less commonly, as Unicode [=code points=] ({{USVString}}). Because UTF-16 is a comparatively poor choice for serialization, and since the implicit conversion between UTF-8 and the various string representations is mostly invisible to users, UTF-8 is the preferred [=character encoding=] for storage and transmission.</p>
20242024
</aside>
20252025

20262026
<div class="req" id="char-only-utf8">

0 commit comments

Comments
 (0)