[Koha-bugs] [Bug 22371] MARC bibliographic framework plugin to generate Cutter-Sanborn

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Mar 8 13:11:51 CET 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22371

--- Comment #10 from paxed <pasi.kallinen at koha-suomi.fi> ---
(In reply to Ítalo from comment #9)
> (In reply to paxed from comment #4)
> > Should also perhaps use String.prototype.normalize() if it's available
> 
> Paxed, the new attachment ('Updated plugin code, using
> String.prototype.normalize()') was done with normalize().
> Thanks for the suggestion!

You probably shouldn't split the string into character array (and then join it
later), but use the normalize directly on the string and remove the combining
diacritics (eg. with a regular expression).

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list