To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74375
User szodrow changed the following:
What |Old value |New value
================================================================================
Status|STARTED |NEW
--------------------------------------------------------------------------------
------- Additional comments from [email protected] Fri Dec 11 17:20:42
+0000 2009 -------
After some more testing, I found the cause for this problem now: I had created a
buffer of data type string. String is in Unicode in OpenOffice Basic. When
writing non ASCII characters to disk those characters were physically expanded.
When looking to those files in a hex editor, you could see this and suspecting
an error. I replaced the string buffer with an Byte Array and the problem is
solved.
I think it was good to place a comment somewhere in the OpenOffice Documentation
how to handle binary files correctly (Help or Wiki). Can you tell me a place
where I can place an example?
:-)
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]