he
Entity encoder
A JavaScript library for encoding and decoding HTML entities.
A robust HTML entity encoder/decoder written in JavaScript.
3k stars
63 watching
253 forks
Language: JavaScript
last commit: about 3 years ago
Linked from 3 awesome lists
decodedecoderencodeencoderhtml-entitiesjavascript
Related projects:
Repository | Description | Stars |
---|---|---|
mathiasbynens/punycode.js | Converts Unicode symbols to and from ASCII Punycode strings | 1,609 |
ashtuchkin/iconv-lite | Library for converting character encodings in JavaScript | 3,090 |
asimilon/html_entity_decoder | Decodes HTML entities in strings to their corresponding Unicode characters | 2 |
kangax/html-minifier | A JavaScript-based tool for compressing HTML content | 4,956 |
martinsvalin/html_entities | A library for decoding and encoding HTML entities in strings | 88 |
weavejester/hiccup | A Clojure library for rendering HTML using vectors and maps to represent elements and attributes. | 2,700 |
sanctuary-js/sanctuary | A JavaScript library that promotes pure function composition and avoids runtime type errors by providing data types for handling uncertain values. | 3,046 |
mathiasbynens/string.fromcodepoint | A polyfill for the String.fromCodePoint method in ECMAScript 6 | 61 |
humanwhocodes/computer-science-in-javascript | A collection of classic computer science paradigms and algorithms implemented in JavaScript | 9,072 |
evilstreak/markdown-js | A Markdown parser that produces well-formed HTML with intermediate representation and supports extensibility | 7,697 |
jhy/jsoup | A Java library for parsing and manipulating HTML, XML, and CSS | 10,985 |
bytecodealliance/javy | A toolchain for executing JavaScript code in WebAssembly | 2,312 |
hail2u/html-best-practices | Best practices for writing maintainable and scalable HTML documents. | 4,111 |
developit/htm | An alternative to JSX, providing a more compact and flexible templating solution for building web applications. | 8,748 |
estools/escodegen | Generates ECMAScript code from an Abstract Syntax Tree (AST) | 2,665 |