Special characters like à è ì and AI2

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!

image

Where these special characters are not being displayed, for me I can set to lable with no issue

IMG_20220316_141616


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

See this

1 Like
mysqli_set_charset($conn, "utf8");  

thanks dora_paz that's fixed!

1 Like

You are welcome :slight_smile:

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.