Skip to content

jjlauer/cloudhopper-commons-charset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ch-commons-charset

The ch-commons-charset library provides utility classes for converting between
charsets (mostly "mobile" in nature) such as Unicode to GSM and vice versa.
This library attempts to contain the fastest and most efficient methods for
converting charsets to/from byte arrays. For example, the method to convert a
Java string to a byte array of UTF-8 bytes is several times faster than using
Java's String.getBytes("UTF-8") method.

Installation
---------------------------------------------------------------------------------

Binary builds are publicly available at the Cloudhopper Maven repo:
http://maven.cloudhopper.com/repos/third-party/cloudhopper

Source builds require a parent POM available in a project:
http://maven.cloudhopper.com/repos/third-party/cloudhopper/ch-maven-parent-public

Contributors
---------------------------------------------------------------------------------

Joe Lauer

License
---------------------------------------------------------------------------------

Copyright (C) 2011 Twitter, Inc.

This work is licensed under the Apache License, Version 2.0. See LICENSE for details.

About

Java utility classes for converting between charsets (mostly "mobile" in nature) such as Unicode to GSM-7/GSM-8 and vice versa.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published