You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@abdera.apache.org by "Magnus Korvald (JIRA)" <ji...@apache.org> on 2009/06/05 10:18:07 UTC

[jira] Updated: (ABDERA-242) Failing to convert some big capital letters from HTML escape characters to UTF-8

     [ https://issues.apache.org/jira/browse/ABDERA-242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Magnus Korvald updated ABDERA-242:
----------------------------------

    Description: 
We have encountered something that probably is a bug in the "org.apache.abdera.model.Entry" module. When using the function "setSummaryAsXhtml" <URL: 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 ||
| &AElig;                             | æ                      | Æ               | 
| &Oslash;                          | ø                       | Ø                |
| &Aring;                             | å                       | Å                | 
| &aelig;                              | æ                      | æ               |
| &oslash;                           | ø                       | ø                |
| &aring;                             | å                        | å                |

I've included the small capital letters in the table, just so that it might be a little more informative. 

  was:
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 ||
| &AElig; | æ | Æ | 
| &Oslash; | ø | Ø |
| &Aring; | å | Å | 
| &aelig; | æ | æ |
| &oslash; | ø | ø |
| &aring; | å | å |

I've included the small capital letters in the table, just so that it might be a little more informative. 


> 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" <URL: 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 ||
> | &AElig;                             | æ                      | Æ               | 
> | &Oslash;                          | ø                       | Ø                |
> | &Aring;                             | å                       | Å                | 
> | &aelig;                              | æ                      | æ               |
> | &oslash;                           | ø                       | ø                |
> | &aring;                             | å                        | å                |
> 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.