Pretty much after I sent my post I realized that this could be a
JVM/System issue. Further testing, and loading NLS into my kernel
resolved the problem. The System.out issue was resolved by setting my
LC_ALL="en_US.utf8" and then I proceeded with my kernel modification.


On 10/18/05, Edwin Dankert <[EMAIL PROTECTED]> wrote:
> I don't think this is a dom4j issue, the problem is more likely to be
> caused by Maven's handling of none US-ASCII characters.
>
> I think you notice similar behavior using dom4j because you probably
> use System.out to display your result and System.out (in this case)
> does not seem to be able to handle non US-ASCII characters
> correctly, showing a '?' instead of the character.
>
> The best way to test unicode problems is by writing a file to
> disk and reading this file in a unicode enabled editor (or browser).
>
> Regards,
> Edwin
> --
> http://www.edankert.com/
>


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
dom4j-user mailing list
dom4j-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dom4j-user

Reply via email to