Convert UTF-8 text file to ISO 8859-P2 (*nix)
There is a simple way in linux to convert text files from one characterset to another. A command named iconv: iconv –to-code=ISO-8859-2 –from-code=UTF-8 my_utf8.txt > my_iso.txt
a small island in the net
There is a simple way in linux to convert text files from one characterset to another. A command named iconv: iconv –to-code=ISO-8859-2 –from-code=UTF-8 my_utf8.txt > my_iso.txt