[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 13:25:00 CEST 2021


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

Peter Vashchuk <stalkernoid at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |stalkernoid at gmail.com

--- Comment #34 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 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