This commit is contained in:
Magnus Hagander 2017-10-30 14:37:44 +01:00
parent 854b643c8e
commit 77954f996c
1 changed files with 1 additions and 1 deletions

View File

@ -857,7 +857,7 @@ CREATE COLLATION german (provider = libc, locale = 'de_DE');
<note>
<para>
By design, ICU will accept almost any string as a locale name and match
it to the closet locale it can provide, using the fallback procedure
it to the closest locale it can provide, using the fallback procedure
described in its documentation. Thus, there will be no direct feedback
if a collation specification is composed using features that the given
ICU installation does not actually support. It is therefore recommended