RE: Supporting non-deterministic collations with tailoring rules.

2025-10-18 Thread Todd Lang
the ICU team? -Original Message- From: Daniel Verite Sent: Wednesday, September 24, 2025 6:17 AM To: Todd Lang Cc: [email protected] Subject: Re: Supporting non-deterministic collations with tailoring rules. CAUTION: This email originated from outside of D2L. Do not

RE: Supporting non-deterministic collations with tailoring rules.

2025-09-26 Thread Daniel Verite
Todd Lang wrote: > The ICU folks are updating their documentation to reflect > this with https://github.com/unicode-org/icu/pull/3684/files . > > Is this small change a reasonable thing to include given the update in > guidance from the ICU team? I think so. Added to the commitfest: htt

Re: Supporting non-deterministic collations with tailoring rules.

2025-09-24 Thread Daniel Verite
Todd Lang wrote: > When creating a collation, in > https://github.com/postgres/postgres/blob/master/src/backend/utils/adt/pg_locale_icu.c#L461 > it is opening the collator with the tailoring rules supplied. However, it > has hardcoded the strength level UCOL_DEFAULT_STRENGTH. This has the