Failing to convert some big capital letters from HTML escape characters to UTF-8
--------------------------------------------------------------------------------
Key: ABDERA-242
URL: https://issues.apache.org/jira/browse/ABDERA-242
Project: Abdera
Issue Type: Bug
Affects Versions: 0.4.0
Reporter: Magnus Korvald
Fix For: 1.0
We have encountered something that probably is a bug in the
"org.apache.abdera.model.Entry" module. When using the function
[setSummaryAsXhtml|http://abdera.apache.org/docs/api/org/apache/abdera/model/Entry.html#setSummaryAsXhtml(java.lang.String)]
it replaces the HTML escape characters for the big capital letters ÆØÅ with
small capital letters in UTF-8 encoding.
|| HTML escape character || Is converted to || Should be ||
| Æ | æ | Æ |
| Ø | ø | Ø |
| Å | å | Å |
| æ | æ | æ |
| ø | ø | ø |
| å | å | å |
I've included the small capital letters in the table, just so that it might be
a little more informative.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.