32-bit Unicode escapes don't work. It's hard to make
them work because only Java 5 (1.5, Tiger) supports
32-bit Unicode, and even it supports it in a hacky way
using UTF-16 and surrogate pairs.
I doubt these matter. Workaround, in case they do, is
to hand edit the output or, maybe, to encode the 16-bit
surrogate pairs. I don't know if the latter will yield
the correct UTF-8 output or not.
Logged In: YES
user_id=159335
Technically, they work if and only if xxxx is 0000. I.e.,
\u00000f88+ka works.
Logged In: YES
user_id=159335
Learn more about Java 5's support at
http://java.sun.com/developer/technicalArticles/Intl/Supplementary/