Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 5e433e2

Browse files
author
Liudmila Mantrova
committed
DOC: specified encoding limitations on windows with icu
1 parent 116db2d commit 5e433e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/charset.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -588,8 +588,8 @@ SELECT * FROM test1 ORDER BY a || b COLLATE "fr_FR";
588588
Instead, you must use canonical locale names supported on your
589589
operating system. For example, <literal>"ru-RU"</literal> or
590590
<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
591+
options is not allowed either. If required, you can specify the
592+
UTF8 encoding using the <literal>--encoding</literal> option. For details on
593593
the supported encodings, see <xref linkend="multibyte-charset-supported">.
594594
</para>
595595
</important>

0 commit comments

Comments
 (0)