diff options
author | Andres Freund | 2025-02-10 15:03:37 +0000 |
---|---|---|
committer | Andres Freund | 2025-02-10 15:03:37 +0000 |
commit | 32c34006b24bf7432c2d0f47da10492de7253d52 (patch) | |
tree | 3ac5311d7485431009d3ea44570ef5c648225164 | |
parent | ac00ff1c96081ea4981f1001209b4719f5cd82ac (diff) |
docs: EUC_TW can be up to four bytes wide, not three
Backpatch-through: 13
Security: CVE-2025-1094
-rw-r--r-- | doc/src/sgml/charset.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/charset.sgml b/doc/src/sgml/charset.sgml index 99f01990004..5a0e97f6f31 100644 --- a/doc/src/sgml/charset.sgml +++ b/doc/src/sgml/charset.sgml @@ -1871,7 +1871,7 @@ ORDER BY c COLLATE ebcdic; <entry>Traditional Chinese, Taiwanese</entry> <entry>Yes</entry> <entry>Yes</entry> - <entry>1–3</entry> + <entry>1–4</entry> <entry></entry> </row> <row> |