Unicode-correct non-Latin names #225
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Status: partial · Importance: High · Effort: M · Phase: 2
Stores fine (UTF-8); no NFC normalization on write, no locale-aware collation, no romanized search.
Non-negotiable: Apply
unicodedata.normalize('NFC')on input; add COLLATE; supports faithful-record goal.Area: Localization & accessibility · P1 / should-have. From the product backlog gap analysis (docs/BACKLOG.md).