8 Mar
2019
8 Mar
'19
12:11 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22371 --- Comment #10 from paxed <pasi.kallinen@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.