-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
In dyom tts, encoding text to url doesn't work with unicode characters. Which breaks tts when trying to use other languages.
For example the character "ç" gets encoded to "%E7" which is the correct hex value for windows-1252 character but not for urls. Instead it should've been encoded to "%C3%A7"
This is not a problem with the EncodeURL function though. The function works fine outside of the game.
I janked my solution to this by adding all Turkish characters as exceptions in the function but i would like to avoid that if there is a solution to this.
IvanFromOdesa
Metadata
Metadata
Assignees
Labels
No labels


