Skip to content

Instantly share code, notes, and snippets.

View rot1024's full-sized avatar

rot1024 rot1024

  • Japan
View GitHub Profile
@yukioc
yukioc / decURI.html
Created February 19, 2011 16:00
decode encoded-URL avoid broken words.
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<textarea id="input" cols="40">
%25E3%2581%25AB%25E3%2581%258F%25E3%25
</textarea><br/>
<input type=button value="decodeURI"
onclick="decURI('input')" />