Julian Reschke wrote:
So the question is, how does one generally do this? Is there some
provided JCREncoder/Decoder class that will mangle any name into a
node name exceptable name? Or can you override nt:folder to allow same
name siblings?
I'd recommend encoding those characters using the mapping defined in
Section 4.2.3 of JSR-283 (basically replacing ASCII characters by
characters in the Unicode private use area).
I'd like to second this approach. It's not yet final, but is the only specified
encoding that will allow inter-operability.
regards
marcel