View Issue Details

IDProjectCategoryView StatusLast Update
0009641CTT UA Binary2 - CTT Binarypublic2024-07-12 14:59
ReporterYannik Klaass Assigned ToYannik Klaass  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Fixed in Version1.11.0.412 
Summary0009641: Script engine does not load/save UTF-8 characters
Description

The CTT needs to be updated to handle all file stream operations with UTF-8 encoding. As many of the project files do not have UTF-8 encoding yet, all occurences of file stream read operations need to be replaced by a safe-read function that recognizes the encoding first, to read it properly and then convert it to UTF-8 if needed.

TagsNo tags attached.
Files Affected

Activities

Yannik Klaass

2024-07-12 14:39

developer   ~0021460

Modifying all occurences of output file streams to save using UTF-8 and replacing all input file streams with a safeReadAll() method to distinguish between UTF-8 and non-UTF-8 encoded files and interpret them accordingly

Paul Hunkar

2024-07-12 14:59

administrator   ~0021461

Reviewed in call, agreed to changes and closed issue

Issue History

Date Modified Username Field Change
2024-07-05 07:23 Yannik Klaass New Issue
2024-07-05 07:23 Yannik Klaass Assigned To => Yannik Klaass
2024-07-05 07:23 Yannik Klaass Status new => assigned
2024-07-12 14:39 Yannik Klaass Status assigned => resolved
2024-07-12 14:39 Yannik Klaass Resolution open => fixed
2024-07-12 14:39 Yannik Klaass Note Added: 0021460
2024-07-12 14:59 Paul Hunkar Status resolved => closed
2024-07-12 14:59 Paul Hunkar Fixed in Version => 1.11.0.412
2024-07-12 14:59 Paul Hunkar Note Added: 0021461