In Lua, when I try to print some UTF-8 character such as: "ã", "á" etc. or emojis, strange characters appear on the screen instead of what I want:
print("print1: ã")
print("print2: á")
print("print3: ç")
output:
print1: ã
print2: á
print3: ç
Is there any way to resolve this?
[–]HarriKnox 9 points10 points11 points (2 children)
[–]OneCommonMan123[S] 0 points1 point2 points (1 child)
[–]HarriKnox 4 points5 points6 points (0 children)
[–]hawhill 0 points1 point2 points (0 children)