You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by "Dmitry Hayes (JIRA)" <xa...@xml.apache.org> on 2005/09/12 22:59:30 UTC

[jira] Created: (XALANC-560) Non-ASCII platfroms (like ZOS) can't cast from UTF16 to UTF8 the ASCII-based strings

Non-ASCII platfroms (like ZOS) can't cast from UTF16 to UTF8 the ASCII-based strings 
-------------------------------------------------------------------------------------

         Key: XALANC-560
         URL: http://issues.apache.org/jira/browse/XALANC-560
     Project: XalanC
        Type: Bug
  Components: XalanC  
    Versions: CurrentCVS    
 Environment: zSeries , iSeries 
    Reporter: Dmitry Hayes
    Priority: Critical
     Fix For: CurrentCVS


EBCDIC based platform can't convert the string :
const char  XalanXMLSerializerBase::UTF8::s_defaultVersionString[] =
{
    char(XalanUnicode::charDigit_1),
    char(XalanUnicode::charFullStop),
    char(XalanUnicode::charDigit_0),
    char(0)
}; to the EBCDIC string "1.0"

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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


[jira] Assigned: (XALANC-560) Non-ASCII platfroms (like ZOS) can't cast from UTF16 to UTF8 the ASCII-based strings

Posted by "Dmitry Hayes (JIRA)" <xa...@xml.apache.org>.
     [ http://issues.apache.org/jira/browse/XALANC-560?page=all ]

Dmitry Hayes reassigned XALANC-560:
-----------------------------------

    Assign To: Dmitry Hayes

> Non-ASCII platfroms (like ZOS) can't cast from UTF16 to UTF8 the ASCII-based strings
> ------------------------------------------------------------------------------------
>
>          Key: XALANC-560
>          URL: http://issues.apache.org/jira/browse/XALANC-560
>      Project: XalanC
>         Type: Bug
>   Components: XalanC
>     Versions: CurrentCVS
>  Environment: zSeries , iSeries 
>     Reporter: Dmitry Hayes
>     Assignee: Dmitry Hayes
>     Priority: Critical
>      Fix For: CurrentCVS

>
> EBCDIC based platform can't convert the string :
> const char  XalanXMLSerializerBase::UTF8::s_defaultVersionString[] =
> {
>     char(XalanUnicode::charDigit_1),
>     char(XalanUnicode::charFullStop),
>     char(XalanUnicode::charDigit_0),
>     char(0)
> }; to the EBCDIC string "1.0"

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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


[jira] Closed: (XALANC-560) Non-ASCII platfroms (like ZOS) can't cast from UTF16 to UTF8 the ASCII-based strings

Posted by "Dmitry Hayes (JIRA)" <xa...@xml.apache.org>.
     [ http://issues.apache.org/jira/browse/XALANC-560?page=all ]
     
Dmitry Hayes closed XALANC-560:
-------------------------------

    Resolution: Fixed

> Non-ASCII platfroms (like ZOS) can't cast from UTF16 to UTF8 the ASCII-based strings
> ------------------------------------------------------------------------------------
>
>          Key: XALANC-560
>          URL: http://issues.apache.org/jira/browse/XALANC-560
>      Project: XalanC
>         Type: Bug
>   Components: XalanC
>     Versions: CurrentCVS
>  Environment: zSeries , iSeries 
>     Reporter: Dmitry Hayes
>     Assignee: Dmitry Hayes
>     Priority: Critical
>      Fix For: CurrentCVS
>  Attachments: patch.txt
>
> EBCDIC based platform can't convert the string :
> const char  XalanXMLSerializerBase::UTF8::s_defaultVersionString[] =
> {
>     char(XalanUnicode::charDigit_1),
>     char(XalanUnicode::charFullStop),
>     char(XalanUnicode::charDigit_0),
>     char(0)
> }; to the EBCDIC string "1.0"

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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


[jira] Commented: (XALANC-560) Non-ASCII platfroms (like ZOS) can't cast from UTF16 to UTF8 the ASCII-based strings

Posted by "Ashley Zinyk (JIRA)" <xa...@xml.apache.org>.
    [ http://issues.apache.org/jira/browse/XALANC-560?page=comments#action_12329566 ] 

Ashley Zinyk commented on XALANC-560:
-------------------------------------

The patch looks fine to me.

> Non-ASCII platfroms (like ZOS) can't cast from UTF16 to UTF8 the ASCII-based strings
> ------------------------------------------------------------------------------------
>
>          Key: XALANC-560
>          URL: http://issues.apache.org/jira/browse/XALANC-560
>      Project: XalanC
>         Type: Bug
>   Components: XalanC
>     Versions: CurrentCVS
>  Environment: zSeries , iSeries 
>     Reporter: Dmitry Hayes
>     Assignee: Dmitry Hayes
>     Priority: Critical
>      Fix For: CurrentCVS
>  Attachments: patch.txt
>
> EBCDIC based platform can't convert the string :
> const char  XalanXMLSerializerBase::UTF8::s_defaultVersionString[] =
> {
>     char(XalanUnicode::charDigit_1),
>     char(XalanUnicode::charFullStop),
>     char(XalanUnicode::charDigit_0),
>     char(0)
> }; to the EBCDIC string "1.0"

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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