You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2012/01/10 19:27:42 UTC

DO NOT REPLY [Bug 65372] Protected macro: Unicode string would be destroyed when a macro be protected by password.

https://issues.apache.org/ooo/show_bug.cgi?id=65372

hanya <ha...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hanya.runo@gmail.com

--- Comment #12 from hanya <ha...@gmail.com> 2012-01-10 18:27:42 UTC ---
The problem is in basic/source/classes/image.cxx.
In SbiImage::Save method, GetSOStoreTextEncoding returns MS 1252 encoding which
does not allow multi byte characters and some characters illegally encoded in
contractor of ByteString. To change this encoding to static one like UTF-8
would be solve this problem.

-- 
Configure bugmail: https://issues.apache.org/ooo/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.