Skip to content

Production database should use a better default collation #11502

Description

@jennifer-richards

The production database uses the "C" collation, which does not handle accented characters well; en-US-x-icu was suggested in #11234 and is reasonable. This is an operational change rather than a code change, but once the collation moves, the explicit Collation() calls added in #11234 should be removed.

Task


Agent-assisted triage

  • Suggested size: S
  • Suggested priority: minor
  • Suggested lane: standard
  • Updated with agent assistance on 2026-08-18

Original report

Description

The production database is using the "C" collation. This does not handle accented characters well and we should change to a different collation. In #11234, en-US-x-icu was suggested and it seems reasonable to me.

This is really a task rather than a code change, but if/when we do change the collation, we should remove the explicit Collation() calls added in #11234.

Code of Conduct

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions