diff --git a/doc/src/sgml/release-17.sgml b/doc/src/sgml/release-17.sgml index 3025f31f8a..e381dbe5d9 100644 --- a/doc/src/sgml/release-17.sgml +++ b/doc/src/sgml/release-17.sgml @@ -885,11 +885,11 @@ Author: Jeff Davis -Create "builtin" collation provider similar to libc's C locale (Jeff Davis) +Add a builtin platform-independent collation provider (Jeff Davis) -While its C locale is similar but independent of libc, its C.UTF-8 locale sorts by Unicode code points and has Unicode-based case folding. +This supports "C" and "C.UTF-8" collations.