Categories
Meta
Tag Archives: unicode
Mar
18
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 [...]