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

--- Comment #10 from paxed <[email protected]> ---
(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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://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/

Reply via email to