in reply to Re^2: Coding for multiple Languages
in thread Coding for multiple Languages

Yes. It can even be in other encodings using use encoding '...';.

You still need to handle the output, though. The strings of characters need to encoded into strings of bytes using one of the methods I posted.