Search found 2 matches

by Walidor
Thu Jun 11, 2020 6:26 am
Forum: Support and Development
Topic: Getting a UTF-8 error while trying to reverse and print Hebrew text
Replies: 2
Views: 3636

Re: Getting a UTF-8 error while trying to reverse and print Hebrew text

Thanks! Implemented this into a class just to test this and it worked. I wanted to do something like this if it didn't work out but wasn't sure how exactly to pull it off.
by Walidor
Wed Jun 10, 2020 11:19 am
Forum: Support and Development
Topic: Getting a UTF-8 error while trying to reverse and print Hebrew text
Replies: 2
Views: 3636

Getting a UTF-8 error while trying to reverse and print Hebrew text

Hey! I'm trying to implement a Hebrew translation to my game along my English one, and because of how lua works with rtl languages (which it really isn't) I have to reverse the text to print it correctly. So I tried using lua's built in string manipulation in string.reverse, but I'm getting this err...