We are trying to store some text with Japanese characters inside Maria DB 5. However, we can see only question marks after save.
We tried to set UTF-8 encoding with following command, but this also does not help.
ALTER DATABASE my_db COLLATE = 'utf8_unicode_ci';
SELECT * FROM INFORMATION_SCHEMA.SCHEMATA where schema_name = 'my_db';
Any clues?