Mark Swanson wrote: > At this stage, when I serialize the response Document, I set its > responseDoc.documentProperties().setEncoding("UNICODEBIG"); I do this > because this is what the client sent me. I can only assume clients will > send me IANA character encodings, so I must respond in kind - a C# > client would be confused if it saw a Java-specific character encoding > name...
According to http://www.iana.org/assignments/character-sets UNICODEBIG is NOT a valid IANA character set name. UnicodeBig DOES seem to be a java alias for UTF-16BE -- so that explains why it works on the incoming side. Cheers, Raman --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]