Commit 3f17e5e0 authored by Vitaly Lipatov's avatar Vitaly Lipatov

add hack for space

parent 36c870e7
...@@ -1684,7 +1684,10 @@ void s_RTF_ListenerWriteDoc::_outputData(const UT_UCSChar * data, UT_uint32 leng ...@@ -1684,7 +1684,10 @@ void s_RTF_ListenerWriteDoc::_outputData(const UT_UCSChar * data, UT_uint32 leng
} }
else else
{ {
sBuf += (char)*pData++; //sBuf += (char)*pData++;
UT_UTF8String utf8(pData, 1);
m_pie->write(utf8.utf8_str());
pData++;
} }
} else { } else {
/* /*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment