Skip to content

Commit af4a9c1

Browse files
committed
Docs: fix erroneous claim about max byte length of GB18030.
This encoding has characters up to 4 bytes long, not 2.
1 parent bd1cfde commit af4a9c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/charset.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ initdb --locale=sv_SE
414414
<entry>National Standard</entry>
415415
<entry>Chinese</entry>
416416
<entry>No</entry>
417-
<entry>1-2</entry>
417+
<entry>1-4</entry>
418418
<entry></entry>
419419
</row>
420420
<row>

0 commit comments

Comments
 (0)