Re: [Koha-devel] Character sets in MariaDB 10.5

2021-08-26 Thread Michael Kuhn
Hi Tomas Today you wrote: > Those are just defaults in the OS distribution, that can be changed at > will. > > Koha, internally, sets the character set correctly on connection time > [1]. > > You should always check when they drop support for our used encodings. > Which is not the case (for now?

Re: [Koha-devel] Character sets in MariaDB 10.5

2021-08-25 Thread Tomas Cohen Arazi
Those are just defaults in the OS distribution, that can be changed at will. Koha, internally, sets the character set correctly on connection time [1]. You should always check when they drop support for our used encodings. Which is not the case (for now?). We have the test suite run against the l

[Koha-devel] Character sets in MariaDB 10.5

2021-08-25 Thread Michael Kuhn
Hi 1. In the last few years when installing Koha on Debian GNU/Linux 9 or 10 the character sets in MariaDB were as follows: MariaDB [(none)]> SHOW VARIABLES LIKE '%char%'; +--++ | Variable_name| Value | +-