Hi, On 3/9/07, anton_slutsky <[EMAIL PROTECTED]> wrote:
Jackrabbit's import is working fine. The problem is with the export. It doesnt matter what I have my properties encoded as. The implementation always uses UTF-8 when serializing. But I'll do some more research.
JCR string properties are always stored directly as Unicode characters. It doesn't make sense to talk about the encoding of a property. An octet encoding is only used when importing or exporting content in XML format. BR, Jukka Zitting
