I am struggling with some encoding issues. I have:
<loadproperties srcFile="my.properties" encoding="UTF8"/>
<echo message="${message}" />
In my.properties, message is set to "\u00F3"
The output is the less than or equal to sign.
This is the ASCII escape sequence for the less than or equal to sign. Since
that is not an escape sequence in UTF8, shouldn't it output the literal
"\u00F3"? Any workarounds?
Thanks,
Travis
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]