Skip to content

mzipay/CharacterEncodingTranslator

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 

Character Encoding Translator

Character Encoding Translator is a Swing GUI application, console application, and API for converting text files from one character encoding to another.

Unmappable characters can be replaced with their numeric character reference equivalents ("&#NNNN;"), a useful feature when preparing text for display on the Web.

Character Encoding Translator requires JRE 7+.

Documentation

http://ninthtest.net/character-encoding-translator/

Download

Source

$ git clone --branch 2.0.1 --depth 1 https://github.com/mzipay/CharacterEncodingTranslator
$ cd CharacterEncodingTranslator
$ mvn package

Binary

Download packaged JARs from https://sourceforge.net/projects/character-encoding-translator/files/

About

Character Encoding Translator is a Java GUI application, console application, and API for translating text from one character encoding to another.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages