(can't post to user@ :-( ) On Sat, Oct 30, 2010 at 8:08 PM, Greg Brown <[email protected]> wrote: > It's because BXMLSerializer assumes that BXML files are encoded in UTF-8. > There is currently no way to specify an alternate encoding.
I would categorize this as a bug. XML deserializers must respect the encoding, otherwise we end up with a mess ;-) especially when we have mixed namespaces and multiple intermixed consumers... Doesn't the XML deserializer you use just work correctly if you pass an InputStream instead of a Reader?? Cheers -- Niclas Hedhman, Software Developer http://www.qi4j.org - New Energy for Java I live here; http://tinyurl.com/2qq9er I work here; http://tinyurl.com/2ymelc I relax here; http://tinyurl.com/2cgsug -- Niclas Hedhman, Software Developer http://www.qi4j.org - New Energy for Java I live here; http://tinyurl.com/2qq9er I work here; http://tinyurl.com/2ymelc I relax here; http://tinyurl.com/2cgsug
