Skip to content

richthegeek/htmldecode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTMLDecode

Decode HTML entity characters in a string into their proper character forms. Focus is on package size (~10kb gzipped) rather than speed, although it's certainly not slow.

Supported formats:

  • Æ
  • æ
  • Æ
  • Æ

It does not support non-strict codes (e.g. &amp without ;) because this causes more problems than it solves.

About

Decode HTML entities, trying to make a small package

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published