You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Simon Nash (JIRA)" <de...@tuscany.apache.org> on 2010/10/20 11:25:24 UTC

[jira] Created: (TUSCANY-3734) binding.atom renders non-ASCII UTF-8 characters incorrectly

binding.atom renders non-ASCII UTF-8 characters incorrectly
-----------------------------------------------------------

                 Key: TUSCANY-3734
                 URL: https://issues.apache.org/jira/browse/TUSCANY-3734
             Project: Tuscany
          Issue Type: Bug
          Components: Java SCA Misc Binding Extensions
    Affects Versions: Java-SCA-1.6
            Reporter: Simon Nash
            Assignee: Simon Nash
             Fix For: Java-SCA-1.6.1


When using binding.atom for a feed reference, non-ASCII UTF-8 characters in the feed are rendered incorrectly.

For example, when running the feed-aggegrator and feed-aggregator-webapp samples, the first blog entry is displayed as:

  Jason Grigsby’s DOs and DON’Ts of Mobile Strategy
  15 October 2010 20:47

It should be:

  Jason Grigsby's DOs and DON'Ts of Mobile Strategy
  15 October 2010 20:47

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (TUSCANY-3734) binding.atom renders non-ASCII UTF-8 characters incorrectly

Posted by "Simon Nash (JIRA)" <de...@tuscany.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-3734?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Simon Nash updated TUSCANY-3734:
--------------------------------

    Fix Version/s: Java-SCA-2.x

Added Java-SCA-2.x to fix versions.

> binding.atom renders non-ASCII UTF-8 characters incorrectly
> -----------------------------------------------------------
>
>                 Key: TUSCANY-3734
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-3734
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA ATOM Binding Extension
>    Affects Versions: Java-SCA-1.6
>            Reporter: Simon Nash
>            Assignee: Simon Nash
>             Fix For: Java-SCA-1.6.1, Java-SCA-2.x
>
>
> When using binding.atom for a feed reference, non-ASCII UTF-8 characters in the feed are rendered incorrectly.
> For example, when running the feed-aggegrator and feed-aggregator-webapp samples, the first blog entry is displayed as:
>   Jason Grigsby’s DOs and DON’Ts of Mobile Strategy
>   15 October 2010 20:47
> It should be:
>   Jason Grigsby's DOs and DON'Ts of Mobile Strategy
>   15 October 2010 20:47

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (TUSCANY-3734) binding.atom renders non-ASCII UTF-8 characters incorrectly

Posted by "Simon Nash (JIRA)" <de...@tuscany.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-3734?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Simon Nash updated TUSCANY-3734:
--------------------------------

    Component/s:     (was: Java SCA Misc Binding Extensions)
                 Java SCA ATOM Binding Extension

Updated the component name.

> binding.atom renders non-ASCII UTF-8 characters incorrectly
> -----------------------------------------------------------
>
>                 Key: TUSCANY-3734
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-3734
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA ATOM Binding Extension
>    Affects Versions: Java-SCA-1.6
>            Reporter: Simon Nash
>            Assignee: Simon Nash
>             Fix For: Java-SCA-1.6.1
>
>
> When using binding.atom for a feed reference, non-ASCII UTF-8 characters in the feed are rendered incorrectly.
> For example, when running the feed-aggegrator and feed-aggregator-webapp samples, the first blog entry is displayed as:
>   Jason Grigsby’s DOs and DON’Ts of Mobile Strategy
>   15 October 2010 20:47
> It should be:
>   Jason Grigsby's DOs and DON'Ts of Mobile Strategy
>   15 October 2010 20:47

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (TUSCANY-3734) binding.atom renders non-ASCII UTF-8 characters incorrectly

Posted by "Simon Nash (JIRA)" <de...@tuscany.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-3734?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Simon Nash resolved TUSCANY-3734.
---------------------------------

    Resolution: Fixed

The problem was caused by the incorrect use of InputStreamReader in AtomBindingInvoker.

Fixed in the 1.6.1 branch under revision r1025535, the 1.x trunk under revision r1027641, and the 2.x trunk under revision r1027655.

> binding.atom renders non-ASCII UTF-8 characters incorrectly
> -----------------------------------------------------------
>
>                 Key: TUSCANY-3734
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-3734
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA ATOM Binding Extension
>    Affects Versions: Java-SCA-1.6
>            Reporter: Simon Nash
>            Assignee: Simon Nash
>             Fix For: Java-SCA-1.6.1
>
>
> When using binding.atom for a feed reference, non-ASCII UTF-8 characters in the feed are rendered incorrectly.
> For example, when running the feed-aggegrator and feed-aggregator-webapp samples, the first blog entry is displayed as:
>   Jason Grigsby’s DOs and DON’Ts of Mobile Strategy
>   15 October 2010 20:47
> It should be:
>   Jason Grigsby's DOs and DON'Ts of Mobile Strategy
>   15 October 2010 20:47

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.