Further transcoding question about the following function from
Iconv400Transcoder:

    virtual unsigned int transcodeFrom
    (
        const   XMLByte* const          srcData
        , const unsigned int            srcCount
        ,       XMLCh* const            toFill
        , const unsigned int            maxChars
        ,       unsigned int&           bytesEaten
        ,       unsigned char* const    charSizes
    );

I'm using this to transcode from the platform encoding to the encoding used
by XMLCh.  (Basically I'm trying to give it a wchar_t and get an XMLCh out
of it)

What value is this function expecting for charSizes?


Mark A Russell
NextGen Software Engineer
CSG Systems, Inc.
E-Mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to