Skip to content

Instantly share code, notes, and snippets.

@ticky
Created August 4, 2016 08:27
Show Gist options
  • Save ticky/08424dc25961b561fc51b2976339e610 to your computer and use it in GitHub Desktop.
Save ticky/08424dc25961b561fc51b2976339e610 to your computer and use it in GitHub Desktop.
var iconv = require('iconv-lite');
iconv.decode(iconv.encode('Misty Dé Meo 😄', 'utf8'), 'cp1252');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment