We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 116db2d commit 5e433e2Copy full SHA for 5e433e2
doc/src/sgml/charset.sgml
@@ -588,8 +588,8 @@ SELECT * FROM test1 ORDER BY a || b COLLATE "fr_FR";
588
Instead, you must use canonical locale names supported on your
589
operating system. For example, <literal>"ru-RU"</literal> or
590
<literal>"en-US"</literal>. Specifying the encoding with these
591
- options is not allowed either. If you need to provide the encoding,
592
- use the <literal>--encoding</literal> option. For details on
+ options is not allowed either. If required, you can specify the
+ UTF8 encoding using the <literal>--encoding</literal> option. For details on
593
the supported encodings, see <xref linkend="multibyte-charset-supported">.
594
</para>
595
</important>
0 commit comments