Bug 142164 - FILEOPEN:Double-byte characters in a label of checkbox are lost in xlsx format.
Summary: FILEOPEN:Double-byte characters in a label of checkbox are lost in xlsx format.
Status: RESOLVED DUPLICATE of bug 60673
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Calc (show other bugs)
Version:
(earliest affected)
7.2.0.0.alpha0+
Hardware: All Windows (All)
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: XLSX-Form-Controls
  Show dependency treegraph
 
Reported: 2021-05-08 07:42 UTC by qve00761
Modified: 2022-06-30 10:11 UTC (History)
3 users (show)

See Also:
Crash report or crash signature:


Attachments
Double-byte characters are lost (27.38 KB, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet)
2021-05-08 07:46 UTC, qve00761
Details

Note You need to log in before you can comment on or make changes to this bug.
Description qve00761 2021-05-08 07:42:07 UTC
Description:
I create a xlsx file with a checkbox by EXCLE.
When I read the file in CALC, the double-byte characters are lost on the label of checkbox.


Steps to Reproduce:
1.Open the attachment xlsx file in CALC. 
2.Only ASCII characters are displayed on the label of checkbox. 


Actual Results:
the double-byte characters are lost.


Expected Results:
Both double-byte characters and ASCII characters are displayed on the label of checkbox. 



Reproducible: Always


User Profile Reset: No



Additional Info:
Occurs in LibreOffice 7.2.0.0.
It also occurs in LibreOffice 6.4.4.2.
Comment 1 qve00761 2021-05-08 07:46:04 UTC
Created attachment 171779 [details]
Double-byte characters are lost

Sample data and screen capture
Comment 2 NISZ LibreOffice Team 2021-05-10 08:38:40 UTC
Confirming with 

Version: 7.2.0.0.alpha0+ (x64) / LibreOffice Community
Build ID: 1675a68526c43c6c6e4dc850ee911f0c1de75c88
CPU threads: 4; OS: Windows 10.0 Build 18363; UI render: Skia/Raster; VCL: win
Locale: hu-HU (hu_HU); UI: en-US
Calc: CL

Likely the same issue as bug #60673
Comment 3 Andreas Heinisch 2022-06-30 10:04:23 UTC
Code pointer: FastSaxParserImpl::callbackCharacters

Atm, no idea how to solve this issue and get the correct encoding for then double byte data.
Comment 4 Andreas Heinisch 2022-06-30 10:11:01 UTC

*** This bug has been marked as a duplicate of bug 60673 ***