Skip to content

Instantly share code, notes, and snippets.

@arcusfelis
Last active October 15, 2015 11:20
Show Gist options
  • Save arcusfelis/724a88c727f730d8a9c8 to your computer and use it in GitHub Desktop.
Save arcusfelis/724a88c727f730d8a9c8 to your computer and use it in GitHub Desktop.
Unicode support
X = <<243,48,236,8>>.
file:write_file("/tmp/xxx", io_lib:format("~p.", [X])).
file:consult("/tmp/xxx").
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment