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!
Where these special characters are not being displayed, for me I can set to lable with no issue
in lblResult i have the problem and obviously also in splitted label text
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
mysqli_set_charset($conn, "utf8");
thanks dora_paz that's fixed!
1 Like
system
Closed
8
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.