https://bz.apache.org/bugzilla/show_bug.cgi?id=63447
Bug ID: 63447
Summary: PropertiesChunk.writeProperties: do not write
ASCII_STRING properties as UNICODE_STRING
Product: POI
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: HSMF
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
PropertiesChunk.writeProperties: ASCII_STRING properties must be written as
ASCII_STRING properties but not UNICODE_STRING as written raw value
(PropertyValue.getRawValue) is formatted as ASCII_STRING.
Without this fix writing a MSG with ASCII strings causes the strings to be
written with UNICODE type information but ASCII string content which causes the
ASCII strings interpreted as UNICODE when re-opened.
See
https://github.com/apache/poi/pull/146
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]