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

Commit 116db2d

Browse files
author
Liudmila Mantrova
committed
DOC: documented windows specifics with ICU
1 parent 6abcf1a commit 116db2d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

doc/src/sgml/charset.sgml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -580,6 +580,20 @@ SELECT * FROM test1 ORDER BY a || b COLLATE "fr_FR";
580580
</para>
581581
</important>
582582

583+
<important>
584+
<para>
585+
On Windows, if the collation provider is <literal>icu</literal>,
586+
you cannot use long locale names with the <literal>locale</literal>,
587+
<literal>lc_collate</literal>, and <literal>lc_ctype</literal> options.
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
593+
the supported encodings, see <xref linkend="multibyte-charset-supported">.
594+
</para>
595+
</important>
596+
583597
<para>
584598
When you start a cluster server or connect to a database,
585599
<productname>&productname;</> checks that the selected collation

0 commit comments

Comments
 (0)