[Koha-bugs] [Bug 28489] CGI::Session is incorrectly serialized to DB in production env / when strict_sql_modes = 0

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jun 4 14:49:34 CEST 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28489

--- Comment #35 from Peter Vashchuk <stalkernoid at gmail.com> ---
> I imagine cyrillic in library codes and library names to be a good test.


I tested naming libraries with cyrillic symbols, like "Бібліотека" and it works 
fine with and without the patch. Then, I tested a bunch of other special 
characters from different languages, here's the list of them: 

These ones work fine without the patch:
ааа
ААА
яяя
ЯЯЯ
ііі
ІІІ
ЄЄЄ
єєє
łłł
ŁŁŁ
ŽŽŽ
ććć

Meanwhile these ones get shown as "???" without the patch:
äää
ÄÄÄ
ööö
ÖÖÖ
ààà
ááá
æææ
ÆÆÆ
ååå
ÅÅÅ
ôôô
ÔÔÔ
üüü
ÜÜÜ
ëëë
ËËË
ççç

meanwhile with patch all these symbols are displayed correctly.

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


More information about the Koha-bugs mailing list