On 18 December 2010 08:07, Burt Leung <[email protected]> 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 "ã". This should actually be "ä". > > case2: StringEscapeUtils.escapeHtml4("å"); > This gives "å" but should actually be "ã". > > 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: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
