How do I specify the character set to use in a query?
I am making a simple query like Select * from Cities where Name = "León". (Notice the accent on the 'o')
But if I change the query (and the Name field in the Cities table) to ... where Name = "Leon" the search succeeds, so the default character set used is not the one I need.
The data is stored using charset utf-8.
Thanks,
Al Vigil