Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ericmccullough/unidecode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

###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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published