/unidecode

Web page to convert unicode encoded (%uxxxx or \uxxxx) input.

###unidecode

Simple unicode decoder. No libraries needed. Ugly on purpose.

#####Input Input can be in the format

%uXXXX or \uXXXX or &#xXXXX or &#xXXXX;

where XXXX is a hex value.

&#YYYY or &#YYYY;

where YYYY is a decimal value.

#####Outputs Output to a textarea as ASCII or decode directly to a file.