You are viewing a plain text version of this content. The canonical link for it is here.
Posted to regexp-dev@jakarta.apache.org by "Daniel F. Savarese" <df...@savarese.org> on 2001/07/24 16:18:36 UTC

Re: unicode of regexp

In message <OF...@raleigh.ibm.com>, "Cristi N
esbitt Ullmann" writes:
>Question: Is the Jakarta Regexp unicode enabled and for which encoding
>UTF-8, UTF-16 or UTF-32?  If you have any knowledge of this information
>please respond to cristi@us.ibm.com.  Thanks for any help!

The software is enabled to match Java characters.  The representation format
used by the JVM is not particularly relevant, but, in any case, they are
16-bit Unicode characters.

daniel