English Displaying 'ş' in Game Results in Distorted Text

3 replies
Goto Page
To the start Previous 1 Next To the start
Up
acm
User
Offline Off
Hello,

In the game, we can type and display the letter "ş," but when we use Lua to write the letter "ş" in the game, it appears as:

For example: "Hoşgeldiniz":

It appears as HoÅŸgeldiniz (UTF-8 Encoding)

Changing the encoding to Windows 1254 doesn't solve the issue.

What is the solution to use the letter "ş" in Lua within the game? @user DC:

Thank you.
12.11.23 09:04:13 pm
Up
Hajt
User
Offline Off
Code:
1
msg("UTF-8:\x48\x6F\xC5\x9F\x67\x65\x6C\x64\x69\x6E\x69\x7A")


https://mothereff.in/utf-8
12.11.23 09:56:20 pm
Up
acm
User
Offline Off
"When done as you said, it works; however, when a color code is added to the beginning of the code or a different expression is added before or after the statement, it breaks again."
13.11.23 10:03:55 am
Up
Gaios
Reviewer
Offline Off
To the start Previous 1 Next To the start