Hacker News new | ask | show | jobs
by ekingr 3574 days ago
Actually, one of the safest option I have found to import/export from Excel without the encoding going wild is to just copy/paste TSV data, and treat it as UTF-8 in your programming language of choice.