Skip to content

Instantly share code, notes, and snippets.

@bukzor
Created November 26, 2012 22:52
Show Gist options
  • Select an option

  • Save bukzor/4151201 to your computer and use it in GitHub Desktop.

Select an option

Save bukzor/4151201 to your computer and use it in GitHub Desktop.
<html>
<head>
<meta charset="cp1252">
</head>
<body>
<div id="byte81"></div>
<div id="output"></div>
<script>
document.getElementById('output').innerHTML = encodeURI(document.getElementById('byte81').innerHTML);
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment