On 18 December 2010 08:07, Burt Leung <burt.le...@gmail.com> wrote:
> Hello,
>
> I recently used the StringEscapeUtilities to encode/decode a character
> into its equivalent HTML entity. While I haven't used it much I do
> notice that a couple cases in particular seem "wrong".
>
> case1: StringEscapeUtils.escapeHtml4("ä")
> This appears to give "&atilde;". This should actually be "&auml;".
>
> case2: StringEscapeUtils.escapeHtml4("å");
> This gives "&aring" but should actually be "&atilde;".
>
> Using the unescape functional also gives the (incorrect) reverse results.
>
> Is this an actual bug or am I missing something?

See:
https://issues.apache.org/jira/browse/LANG-658

> Thanks,
> Burt
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
> For additional commands, e-mail: user-h...@commons.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
For additional commands, e-mail: user-h...@commons.apache.org

Reply via email to