You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Frank Budinsky (JIRA)" <tu...@ws.apache.org> on 2007/08/17 17:58:30 UTC

[jira] Created: (TUSCANY-1545) Change default XML encoding to "UTF-8".

Change default XML encoding to "UTF-8". 
----------------------------------------

                 Key: TUSCANY-1545
                 URL: https://issues.apache.org/jira/browse/TUSCANY-1545
             Project: Tuscany
          Issue Type: Bug
          Components: Java SDO Implementation
    Affects Versions: Java-SDO-1.0
            Reporter: Frank Budinsky
            Priority: Minor
             Fix For: Java-SDO-Next


XMLHelper.save() uses "ASCII" encoding by default, but the spec says the default encoding is "UTF-8". 

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


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Updated: (TUSCANY-1545) Change default XML encoding to "UTF-8".

Posted by "Amita Vadhavkar (JIRA)" <tu...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-1545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amita Vadhavkar updated TUSCANY-1545:
-------------------------------------

    Fix Version/s:     (was: Java-SDO-Next)
                   Java-SDO-1.1

> Change default XML encoding to "UTF-8". 
> ----------------------------------------
>
>                 Key: TUSCANY-1545
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1545
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SDO Implementation
>    Affects Versions: Java-SDO-1.0
>            Reporter: Frank Budinsky
>            Priority: Minor
>             Fix For: Java-SDO-1.1
>
>         Attachments: 1545.patch
>
>
> XMLHelper.save() uses "ASCII" encoding by default, but the spec says the default encoding is "UTF-8". 

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


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Resolved: (TUSCANY-1545) Change default XML encoding to "UTF-8".

Posted by "Kelvin Goodson (JIRA)" <tu...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-1545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kelvin Goodson resolved TUSCANY-1545.
-------------------------------------

    Resolution: Fixed

Patch applied, thanks David.

> Change default XML encoding to "UTF-8". 
> ----------------------------------------
>
>                 Key: TUSCANY-1545
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1545
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SDO Implementation
>    Affects Versions: Java-SDO-1.0
>            Reporter: Frank Budinsky
>            Priority: Minor
>             Fix For: Java-SDO-Next
>
>         Attachments: 1545.patch
>
>
> XMLHelper.save() uses "ASCII" encoding by default, but the spec says the default encoding is "UTF-8". 

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


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Updated: (TUSCANY-1545) Change default XML encoding to "UTF-8".

Posted by "David T. Adcox (JIRA)" <tu...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-1545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David T. Adcox updated TUSCANY-1545:
------------------------------------

    Attachment: 1545.patch

I've added code to the XMLHelperImpl.java class to set the encoding on 'dynamically created' XMLDocument objects used during the save operation.  Additionally, I've included an additional test in the XMLHelperTestCase to check for the validity of this behavior.  The XMLSaveOptionsTestCase was modified to accomodate this change, as well.

> Change default XML encoding to "UTF-8". 
> ----------------------------------------
>
>                 Key: TUSCANY-1545
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1545
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SDO Implementation
>    Affects Versions: Java-SDO-1.0
>            Reporter: Frank Budinsky
>            Priority: Minor
>             Fix For: Java-SDO-Next
>
>         Attachments: 1545.patch
>
>
> XMLHelper.save() uses "ASCII" encoding by default, but the spec says the default encoding is "UTF-8". 

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


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org