[Koha-bugs] [Bug 2832] Make alphabet localizable

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 10 16:48:51 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2832

Magnus Enger <magnus at enger.priv.no> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |Needs Signoff

--- Comment #8 from Magnus Enger <magnus at enger.priv.no> ---
Using a non-delimited string of characters as first described did not work,
because split() divided chars like Æ into two separate thingies, as described
here: http://www.effectiveperlprogramming.com/blog/1286 A space delimited
string is less elegant, but should get the job done.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are on the CC list for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list