https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17661
--- Comment #15 from Katrin Fischer <[email protected]> --- I found some information here, that is promising: https://perldoc.perl.org/perlunicode.html For instance, \p{Uppercase} matches any single character with the Unicode "Uppercase" property, while \p{L} matches any character with a General_Category of "L" (letter) property So maybe we could just switch out [A-Z] for the \p{Uppercase}. -- 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/
