Skip to content

Commit 333d077

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 35a1e1d commit 333d077

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
@@ -694,7 +694,7 @@ SELECT a COLLATE "C" < b COLLATE "POSIX" FROM test1;
694694
<entry>National Standard</entry>
695695
<entry>Chinese</entry>
696696
<entry>No</entry>
697-
<entry>1-2</entry>
697+
<entry>1-4</entry>
698698
<entry></entry>
699699
</row>
700700
<row>

0 commit comments

Comments
 (0)