https://bugs.kde.org/show_bug.cgi?id=470338

Alexander Semke <alexander.se...@web.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
   Version Fixed In|                            |2.10.1
         Resolution|---                         |FIXED
      Latest Commit|                            |https://invent.kde.org/educ
                   |                            |ation/labplot/-/commit/85ad
                   |                            |f7723afebf81801d1e0f948a38c
                   |                            |7b1b43123

--- Comment #2 from Alexander Semke <alexander.se...@web.de> ---
Git commit 85adf7723afebf81801d1e0f948a38c7b1b43123 by Alexander Semke.
Committed on 09/06/2023 at 08:15.
Pushed by marmsoler into branch 'master'.

[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

M  +28   -0    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/85adf7723afebf81801d1e0f948a38c7b1b43123

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to