Skip to content

Encode HTML text using numeric character references.

Notifications You must be signed in to change notification settings

lupuionut/html-ref-encode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Simple tool to encode your text using numeric character references.

Installation

go build main.go

Usage

Run the binary specifying the text to encode. For example:

$ ./main "Do you like Äripäev?"

it will output

$ Do you like &#xC4rip&#xE4ev?

About

Encode HTML text using numeric character references.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages