This is the Linux app named he whose latest release can be downloaded as hev1.2.0sourcecode.tar.gz. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named he with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
SCREENSHOTS
Ad
he
DESCRIPTION
he is a JavaScript library that provides robust HTML entity encoding and decoding, with full Unicode support. It supports all standardized named character references (e.g., ©, —), handles numeric and hex entities, and deals properly with astral Unicode symbols (i.e., code points outside the BMP). The library is designed so that he.decode(input) will safely convert HTML-entity encoded strings into proper Unicode text, and he.encode(text, options) will encode non-ASCII or special characters into safe entity references. It emphasizes correctness, security (avoiding common pitfalls when decoding entities), and broad compatibility (browser, Node.js). The API is straightforward, documented, and used across modules that require reliable entity handling (e.g., for HTML sanitization or templating). Its longevity and adoption make it a go-to library for developers needing entity handling beyond minimal ad-hoc hacks.
Features
- Full support for named, numeric, and hex HTML character references
- Correct handling of astral Unicode symbols (surrogate pairs)
- Both encoding (.encode) and decoding (.decode) APIs
- Configurable options (e.g., use named references) for encoding behavior
- Works in browser & Node.js environments
- MIT-licensed, minimal dependencies
Programming Language
JavaScript
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/html-entities.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.
