1Regex.NoUTF8Support(3kaya) Kaya module reference Regex.NoUTF8Support(3kaya)
2
3
4
6 Regex::NoUTF8Support - UTF-8 support unavailable
7
9 Regex::NoUTF8Support(
10
12 This Exception is thrown if the string being matched contains non-ASCII
13 characters, but the PCRE library is compiled without UTF-8 support. For
14 web applications, this exception is very easy for a user to trigger, so
15 you should always use a library with UTF-8 support for those.
16
18 Kaya standard library by Edwin Brady, Chris Morris and others
19 (kaya@kayalang.org). For further information see http://kayalang.org/
20
22 The Kaya standard library is free software; you can redistribute it
23 and/or modify it under the terms of the GNU Lesser General Public
24 License (version 2.1 or any later version) as published by the Free
25 Software Foundation.
26
27
28
29Kaya December 2010 Regex.NoUTF8Support(3kaya)