Re: I need some help!


Subject: Re: I need some help!
From: ha shao (hashao@china.com)
Date: Thu Nov 09 2000 - 04:37:59 CST


On Thu, Nov 09, 2000 at 06:27:05PM +0800, hashao@china.com wrote:
>
> I believe it is in the file ie_exp_RTF_listenerWriteDoc.cpp,
> at line 201:
> for(int i=0;i<mblen;++i) {
> unsigned char c = mbbuf[i];
> if ( c > 0x007f)
> m_pie->_rtf_nonascii_hex2(c);
> else
> *pBuf++ = c;

Make the last line as:
{
        *pBuf++ = c;
        Flushbuffer();
}

Does the job for me. :)
Okey, lost some efficiency, maybe.



This archive was generated by hypermail 2b25 : Thu Nov 09 2000 - 04:38:05 CST