[Bug 13796] [XQuery30] \u escaped characters in grammar applets

http://www.w3.org/Bugs/Public/show_bug.cgi?id=13796

--- Comment #1 from Michael Dyck <jmdyck@ibiblio.org> 2011-08-17 03:29:57 UTC ---
The conversion of unicode escapes (\uHHHH) is happening in code that JavaCC
generates. The odd thing is, we're explicitly telling JavaCC (via the
JAVA_UNICODE_ESCAPE option) to generate that code. We've done so since
2005/03/25. It looks like this came about from confusion/conflation with the
UNICODE_INPUT option (which controls whether the input stream object reads
"Unicode files" or ASCII files).

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Wednesday, 17 August 2011 03:29:59 UTC