https://issues.apache.org/bugzilla/show_bug.cgi?id=53360

          Priority: P2
            Bug ID: 53360
          Assignee: [email protected]
           Summary: SXSSF removes characters before escaped Unicode
                    control character
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: [email protected]
          Hardware: All
            Status: NEW
           Version: 3.8
         Component: SXSSF
           Product: POI

Created attachment 28885
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=28885&action=edit
Fix for SheetDataWriter and test case

SXSSF replaces Unicode control characters with '?' but fails to write out the
preceding characters.

A cell containing "value\u0019" should be "value?" but is now "?".

Attached is a fix and a test case to prove it.

-- 
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]

Reply via email to