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

View: New views
2 Messages — Rating Filter:   Alert me  

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

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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.


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

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ 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 ||
| Æ                             | æ                      | Æ               |
| Ø                          | ø                       | Ø                |
| Å                             | å                       | Å                |
| æ                              | æ                      | æ               |
| ø                           | ø                       | ø                |
| å                             | å                        | å                |

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 ||
| Æ | æ | Æ |
| Ø | ø | Ø |
| Å | å | Å |
| æ | æ | æ |
| ø | ø | ø |
| å | å | å |

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 ||
> | Æ                             | æ                      | Æ               |
> | Ø                          | ø                       | Ø                |
> | Å                             | å                       | Å                |
> | æ                              | æ                      | æ               |
> | ø                           | ø                       | ø                |
> | å                             | å                        | å                |
> 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.