You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by bu...@apache.org on 2002/06/13 18:00:29 UTC

DO NOT REPLY [Bug 9844] - Feature Request: additional XMLString::transcode () variant

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9844>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9844

Feature Request: additional XMLString::transcode () variant





------- Additional Comments From jason@openinformatics.com  2002-06-13 16:00 -------
You mean like this one:

    static bool transcode
    (
        const   XMLCh* const    toTranscode
        ,       char* const     toFill
        , const unsigned int    maxChars
    );

Agreed, it doesn't have a start argument, but at least you can tell it how many
chars to transcode. If you really think it's valuable to have start as well,
that shouldn't be to hard to add.

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