Tag Archives: unicode

Convert EUC-JP to UTF-8 in Python

So… I study Japanese. I was searching for a way to convert some EUC-JP encoded files to the UTF-8 (now standard in most OSes), and I found myself stuck with no tools to do so. Searching the web, I’ve found many language functions to convert lines, strings or chunk of bytes from one encoding to [...]

Posted in development, free | Also tagged , 3 Comments