Re: How to form the utf-8 supported patterns to use with ORO
"Daniel F. Savarese" <[email protected]> Thu, 14 Nov 2002 15:34:25 -0500
| Newsgroups | gmane.comp.jakarta.oro.user |
|---|---|
| Message-ID | <[email protected]> |
In message <[email protected]>, Thameem.A [email protected] writes: >I am using Perl5Util class to match for characters and its working fine >with ASCII characters. >But how do I validate the unicode charcters? If there is any unicode >characters in my source input the page returns blank without Without an example program and sample input that reproduces the problem you are encountering, there is no way to diagnose it. Perl5Util supports unicode, but perhaps you are expecting certain expressions like \d to match specific characters in a localized character set? daniel