Re: bafna_p - r31417 - in abiword/branches/gsoc2012math: plugins/mathview/xp src/wp/impexp/xp
Prashant Bafna <[email protected]>
| Newsgroups | gmane.editors.abiword.devel |
|---|---|
| Message-ID | <CAGWtQ3LS9XROQaZAzzehLGvPVVLFaBYKa2v4YoLAA=9YG9DXpQ@mail.gmail.com> |
>> + >> + UT_UTF8String PbMathml = (const char*)((pImpMathML->getByteBuf())->getPointer(0)); >> + UT_UTF8String PbLatex; >> + UT_UTF8String Pbitex; > > > Please don't use UT_UTF8String. Use std::string instead > > Actually most of the functions in Mathview and Latex Plugins use UT_UTF8String for everything, hence to maintain the continuity i used that but I'll certainly try to change it to std::string. Thanks, Prashant