[Libreoffice-bugs] [Bug 126940] corrupt copy paste from base to calc containing russian symbols
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Thu Aug 15 13:39:08 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=126940
Mike Kaganski <mikekaganski at hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever confirmed|0 |1
--- Comment #6 from Mike Kaganski <mikekaganski at hotmail.com> ---
Confirmed with Version: 6.3.0.4 (x64)
Build ID: 057fc023c990d676a43019934386b85b21a9ee99
CPU threads: 12; OS: Windows 10.0; UI render: GL; VCL: win;
Locale: ru-RU (ru_RU); UI-Language: en-US
Calc: threaded
Using Paste as HTML produces normal paste.
The problem seems to be is that when current system language for non-unicode
applications is Russian, the *copy* code in Base produces RTF clipboard content
that uses short character codes (not Unicode) to encode characters in current
locale charset (like {\ql\fs20\f1\cf0\cb1 \'f1\'f3\'ed\'f3\'eb
\'e3\'f0\'e5\'ea\'e0 \'f0\'f3\'ea\'f3 \'e2 \'f0\'e5\'ea\'f3\cell}), and at the
same time, does not set any default charset information; then on paste (using
RTF by default), the RTF import code treats the no-default-charset RTF as
Win1252.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190815/1b1206db/attachment.html>
More information about the Libreoffice-bugs
mailing list