i do in my app query via php and retrieve data from sql database in ai2 but i cannot see these characters à è ì
they appear as ? if i do the query via phpmyadmin all is fine!
i do in my app query via php and retrieve data from sql database in ai2 but i cannot see these characters à è ì
they appear as ? if i do the query via phpmyadmin all is fine!
while doing select in phpmyadmin
you can use font extension to change font of the component and i guess it will help with these kind of weird characters encoding.
these are some font extensions you can use any of them
See this
mysqli_set_charset($conn, "utf8");
thanks dora_paz that's fixed!
You are welcome
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.