Hi,
We are trying to print strings in multiple languages.
But is it found that the strings are getting corrupted once they enter the standard print function. This may be because the strings are in different scripts. (Eg Russian language needs Cyrillic script) There is no such issue with English Language strings.
We have tried changing the encoding of the editor from ANSI to UTF-8 but still the problem persists.
Can you please guide us on the same?
Regards.