Is it possible to write to a (UTF8) data file like ANSI? (iso_8859_2")

Is posible write to file data (UTF8) like ANSI ? (iso_8859_2")
i need to write array as txt file coding iso_8859_2?
in Julia
my_array=["żyć" "błąd";1 5;3 6]
how to save my_array as file.txt coding by iso_8859_2?
Paul

For now, the best way would be to use @nalimilan’s package, StringEncodings.
Note: I just saw that you also created a GitHub issue about this, that’s really not recommended for just asking for help with something.
Another place besides Discourse to ask for Julia help is the Gitter room: JuliaLang

1 Like