https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36947
--- Comment #21 from David Cook <[email protected]> --- Ok, so the issue was LC_ALL was overriding everything, as one can see by running the "locale" command. If you unset "LC_ALL" and set "LC_COLLATE", then you're all good. -- But I've learned a lot about locales in the last few minutes. Setting an environmental variable at the application level isn't going to work. The environmental variables has to be set before the Perl interpreter starts up. My current place to test this is using "/etc/default/koha-common". I set "export LC_ALL=fi_FI.UTF-8" at the bottom of that file and restart Koha, and then my locale is working as expected. -- 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/
