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

Jacek Ablewicz <a...@biblos.pk.edu.pl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |a...@biblos.pk.edu.pl

--- Comment #43 from Jacek Ablewicz <a...@biblos.pk.edu.pl> ---
The concept of "upper and lower case characters" implemented by this patchset
may be a bit limited - for many non-english-speaking countries, and especially
for the countries which don't use latin-derived alphabets.

Replacing [a-z] with \p{Ll} and [A-Z] with \p{Lu} will probably work just fine
in the perl regexps, but would it work in the javascript / jQuery validation
related  code parts as well?

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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