Mysql Turkish Characters problem
Im using xampp mysql server for server. But im trying to use it from the terminal/cmd. When i query smth with turkish letters like "oğuz" , it returns "?" instead of "ğ" letter ex:"o?uz"
"xampp mysql cSet options"
default-character-set=utf8mb4
character-set-server=utf8mb4
collation-server=utf8mb4_general_ci
Are these c-sets wrong?
update:
I did try utf8mb4_turkish_ci
and utf8mb4_tr_0900_ai_ci
Hex returned empty
Solution : Reinstalled the xampp (Some things was broken maybe) and it worked