-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathREADME
29 lines (20 loc) · 1.1 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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.