I am working on wordpress and wamp combination. WordPress will be used for online shop/delivery service, and will be initially in 3 languages English, Russian and Vietnamese.
For MySql database I am thinking I should use utf16_general_ci
collation which should cover all the characters in languages above, still I have never worked on a project like this.
Which collision should I choose not to run into weird sorting issues later on?