Hi,
for a project with mixed MySQL and MS SQL databases we switched to the current server database versions and generally want to use UTF-8.
This also works so far, but during development under Windows, umlauts and special characters from a MS SQL Server 2019 are displayed incorrectly. On the target system under Debian everything is ok.
For the connections of a MySQL database UTF-8 can be set as client encoding. Unfortunately this is not possible for MS SQL databases. Why? In my opinion this is a bug …