Category Archives: free

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 the other, but I have in my hand a plain-text file (a rather large one).

Continue reading »

Also posted in development | Tagged , , | 3 Comments

Currency Converter

Check out the online currency converter for MacOS X. It was developed on Snow Leopard and targeted to Snow Leopard users.

You can choose to work online or offline. When online, the program fetches the conversion rate from the internet and used for your conversions.
Continue reading »

Also posted in development, software | Tagged , , | Leave a comment