Hi, On Tue, Mar 3, 2009 at 1:52 PM, Kurz Wolfgang <[email protected]> wrote: > Is there a way to set the encoding for Jackrabbit so all the content is UTF-8 > encoded?
I'm not sure what you're after here. All string values in Jackrabbit (or any JCR implementation) are already Unicode strings, so no encoding is needed. You'll get the UTF-8-encoded version of a string when you call the getStream() method on the string value. BR, Jukka Zitting
