I would like to create a user login/password interface where people can registered using their chinese name, I have tried using MySQL, and it is easy to retrieve information from Chinese without any special code written...
But I couldn't use it as login/password system because it doesn't provide matching with the db in chinese character....do you know why?
if yes, what solution can I make?