How do I use Unicode Characters in the store finder?

The table structure needs to be in utf8 format, example:

`name` varchar(255) character set utf8 collate utf8_bin NOT NULL

You can refer to the updated user guide for the full SQL code that supports unicode.

7+