On 2013-04-30 9:25, Nikolay Sivov wrote:
On 4/30/2013 10:20, Sergey Guralnik wrote:
When copying cyrillic text from wordpad (or any richedit) to Open Office document I get unreadable text. It seems like some another codepage was used to display text. This path solves this problem.
dlls/riched20/writer.c | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-)
Is it really supposed to do that? Does native module help?
Yes, native module helps, because it puts /f0 before first text row, and OOffice handles richtext correctly. So this patch does the same that native does.