Summary: | Language dropdown in advanced search should be sorted | ||
---|---|---|---|
Product: | Koha | Reporter: | David Cook <dcook> |
Component: | Templates | Assignee: | Owen Leonard <oleonard> |
Status: | NEW --- | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | ||
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: |
Description
David Cook
2021-04-28 05:32:49 UTC
(In reply to David Cook from comment #0) > I'm not sure what to do about non-alphabetic languages like Chinese that > don't do alphabetic sorting... From what I've seen, Chinese just gets sorted by byte order. I tried Unicode::Collate::Locale->new(locale => 'zh__pinyin'), but that didn't work. So no idea. |