database - MYSQL - Returning results with special characters while searching with non special characters -


i have videogame database table ocasionally has fields special characters, rŌblox.

i need return results "rŌblox" querying select * videogames game "%roblox%. how can that?

i have tried collation select * videogames game "%roblox% collate latin1_spanish_ci seems not working me.


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -