Unicode support for the Microsoft SQL driver does not work
Database management in a single PHP file
Brought to you by:
jakubvrana
As far as I understand it, there are two ways to get Unicode characters into the database with Microsoft SQL:
UPDATE foo SET bar = N'д'; (please note the Russian Unicode character as an example).I have looked at the code from Adminer and the preparation of strings is not given in the driver so solving this is not so easy. Otherwise I would have made a pull request.
This should be fixed by 4bc9a29.