27 Aug
2020
27 Aug
'20
12:07 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17661 --- Comment #15 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- 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.