https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36947
--- Comment #31 from David Cook <[email protected]> --- Note that I've tried with a variety of system settings. Even if all the LC_, LANG, and LANGUAGE environmental variables are empty, the collator will still use a sensible default, so it's not like it will throw fatal errors due to bad/missing configuration. -- Getting ready for work this morning I was thinking how I still wasn't 100% satisfied with "use locale" as it was good but it locked the whole of Koha into 1 locale. This Unicode::Collate::Locale gives us a lot of flexibility and future possibility. It's also core Perl which is great ^_^. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
