Jeremias Maerki <dev <at> jeremias-maerki.ch> writes: > > If this is the result you get, you're using a non-conforming JVM. For > encoding the title, FOP uses "UTF-16" encoding for which you can find in > the spec: > "When decoding, the UTF-16 charset interprets a byte-order mark to > indicate the byte order of the stream but defaults to big-endian if > there is no byte-order mark; when encoding, it uses big-endian byte > order and writes a big-endian byte-order mark." > > See: > http://java.sun.com/j2se/1.4.2/docs/api/java/nio/charset/Charset.html > > So if you get little endian, that means the class library you're using > misbehaves. I'd make sure you're really using the right JVM.
Ok. I'm running on a Debian Lenny system. I installed the sun-java6-jre package and am using fop 0.95 installed from the binary tarball. Same thing. I'll see about installing a sun built java and see if that makes any difference. Thanks! -Dale --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
