https://bugs.kde.org/show_bug.cgi?id=470338
Alexander Semke <alexander.se...@web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/educ |https://invent.kde.org/educ |ation/labplot/-/commit/85ad |ation/labplot/-/commit/f0f6 |f7723afebf81801d1e0f948a38c |5a46633b1fdf80c3c7a5a73699d |7b1b43123 |34de137af --- Comment #4 from Alexander Semke <alexander.se...@web.de> --- Git commit f0f65a46633b1fdf80c3c7a5a73699d34de137af by Alexander Semke. Committed on 21/06/2023 at 20:06. Pushed by asemke into branch 'release/2.10'. [ascii import] when reading data, assume it's UTF8 encoded and not Latin1. UTF8 is the commonly used encoding nowadays. We used it in the past and switched to Latin1 because of performance optimizations which was clearly a very bad decision. We go back to UTF8 now. This won't solve the problems with UTF16 as reported in https://invent.kde.org/education/labplot/-/issues/541 and probably other encodings that are not subset of UTF8 but this needs to be addressed differently if we want to support them properly in future. FIXED-IN: 2.10.1 Added the actual changes in AsciiFilter.cpp that were forgotten in the previous commit. M +15 -15 src/backend/datasources/filters/AsciiFilter.cpp M +31 -3 tests/import_export/ASCII/AsciiFilterTest.cpp M +1 -0 tests/import_export/ASCII/AsciiFilterTest.h A +3 -0 tests/import_export/ASCII/data/utf8_cyrillic.txt https://invent.kde.org/education/labplot/-/commit/f0f65a46633b1fdf80c3c7a5a73699d34de137af -- You are receiving this mail because: You are watching all bug changes.