I have been searching and searching but can’t quite find the answer. I have text strings in languages that are not Latin script.
I see that languages aren’t supported, but that seems to be referring to the interface. I also see the set_locale function, but that seems only to work with datetime_format.
Is there a way to set_locale for all of these languages for plain text?
Currently, my long text fields are outputting a lot of garbage when I copy/paste into them.
I tried converting to rich text, but this had the effect of chopping off half of the text. I also tried using set_locale with the appropriate language, but that just threw errors.
Thanks!