Friday, January 28, 2011

Convert text between different encodings

Want to convert a subtitle file to a different encoding? Use

  iconv -f WINDOWS-1253 -t ISO-8859-7 subtitle_file.srt    

No comments:

Post a Comment