DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3303>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3303

Unicode 3.0 character \\uFFFD





------- Additional Comments From [EMAIL PROTECTED]  2003-10-07 03:23 -------
The cause of the problem is that RECompiler uses 0xfffd as value of its 
internal constant ESC_CLASS.

To fix the problem type of ESC_XXX constants should be changed from
char to int.  Thier values should be bigger than maximum value of char.
and return type of escape() method should be changed to int.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to