You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by "Ashley Zinyk (JIRA)" <xa...@xml.apache.org> on 2007/06/07 21:57:25 UTC

[jira] Assigned: (XALANC-646) During transcoding XalanC fails to append '0' to the transcoded string

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

Ashley Zinyk reassigned XALANC-646:
-----------------------------------

    Assignee: Ashley Zinyk

> During transcoding XalanC fails to append '0' to the transcoded string 
> -----------------------------------------------------------------------
>
>                 Key: XALANC-646
>                 URL: https://issues.apache.org/jira/browse/XALANC-646
>             Project: XalanC
>          Issue Type: Bug
>         Environment: all 
>            Reporter: Dmitry Hayes
>            Assignee: Ashley Zinyk
>
> If for some reason transcoding with Xerces fails , XalanC is trying to transcode the string by transcoding every single code point.  If the original string is ended with '0' , it's usially transcoded to \0 too . The characted is appended to the result string by : 
>   theTargetVector.insert(
>                     theTargetVector.end(),
>                     theOneTranslatedWbChar,
>                     theOneTranslatedWbChar + XalanDOMString::length(theOneTranslatedWbChar));
> For a string , containing only one \0 character , our XalanDOMString::length(...) function returns zero . As a result , we call the insert( theTargetVector.end(),
>                     theOneTranslatedWbChar,
>                     theOneTranslatedWbChar) , that makes no effect on the result string .

-- 
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: xalan-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-dev-help@xml.apache.org