Hi Sebb,
I observed this error ("ä" equated with "ã") in the JAR file
from
http://mirrors.axint.net/apache//commons/lang/binaries/commons-lang3-3.0-beta-bin.tar.gz.
This is the latest beta-3.0 download that I can see is available on
http://commons.apache.org/lang/download_lang.cgi.
Could it be that the fix wasn't merged into this build yet?
Thanks,
Burt
On Sat, Dec 18, 2010 at 4:38 AM, sebb <[email protected]> wrote:
> 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]
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]