Done
Details
Assignee
Tatsiana HryhoryevaTatsiana HryhoryevaReporter
AnasAnasPriority
P3Story Points
1Sprint
NoneDevelopment Team
FirebirdFix versions
Release
Sunflower (R1 2025)TestRail: Cases
Open TestRail: CasesTestRail: Runs
Open TestRail: Runs
Details
Details
Assignee
Tatsiana Hryhoryeva
Tatsiana HryhoryevaReporter
Anas
AnasPriority
Story Points
1
Sprint
None
Development Team
Firebird
Fix versions
Release
Sunflower (R1 2025)
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created September 16, 2024 at 1:10 PM
Updated December 10, 2024 at 7:51 AM
Resolved November 29, 2024 at 12:28 AM
Problem
When opening a CSV file containing Arabic characters with Microsoft Excel, the Arabic text is not displayed correctly. Instead, strange or unreadable characters are shown.
Current Behavior
CSV files with Arabic content are exported without a UTF-8 Byte Order Mark (BOM).
Excel fails to recognize the correct character encoding.
Arabic characters appear as gibberish or placeholder characters.
Proposed Solution
Add a UTF-8 BOM to the beginning of CSV files during the export process.
Expected Outcome
Excel will correctly recognize the file encoding as UTF-8.
Arabic characters will display properly when the CSV is opened in Excel.
Technical Details
UTF-8 BOM: Byte sequence EF BB BF (hexadecimal) to be added at the start of the file.
Steps to Reproduce
Export a CSV file containing Arabic text from our system.
Open the exported file in Microsoft Excel.
Observe that Arabic characters are not displayed correctly.
Additional Notes
This issue specifically affects Microsoft Excel's handling of CSV files.
Other text editors or applications may not require the BOM to display Arabic correctly.
Consider testing with other versions of Excel and on different operating systems.