JDK-8254073, unicode escape preprocessing, and \u005C
John Rose
john.r.rose at oracle.com
Wed Jun 23 21:14:07 UTC 2021
On Jun 23, 2021, at 1:59 PM, John Rose <john.r.rose at oracle.com<mailto:john.r.rose at oracle.com>> wrote:
The most legitimate uses of \uXXYY are when XX > 01.
My bad; meant to say something like:
The most legitimate uses of \uXXXY are when XXX > 007.
The least legitimate uses obfuscate visible 7-bit characters
(including newlines) that are significant to Java syntax.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.java.net/pipermail/compiler-dev/attachments/20210623/8f84ecf3/attachment-0001.htm>
More information about the compiler-dev
mailing list