freeutils.net  Presents:

JCharset - Java Charset package

Download

Note: You must accept the terms of the License Agreement in order to download this software.

Accept License Agreement   
Decline License Agreement  

Download the latest release: (What's new?)

JCharset 1.3 (includes source code) (65K)


What is the Java Charset package?

The Java Charset package is an open-source implementation of character sets that were missing from the standard Java platform.

How do I use the Java Charset package?

The Java Charset package is written in pure Java, and thus requires no special installation. Just add the "jcharset.jar" file to your classpath, or place it in any of the usual extension directories.

The JVM will recognize the supported character sets automatically, and they will be available anywhere character sets are used in the Java platform.

As an example, you can take a look at java.lang.String's constructor and getBytes() method, both of which have an overloaded version that receives a charset name as an argument.

Note: Some web/mail containers run each application in it's own JVM context. In this case check the container documentation for information on where/how to configure the classpath, such as in WEB-INF/lib, shared/lib, jre/lib/ext, etc. You may need to restart the server for changes to take effect. However, if you use Sun's JRE, it will work only if you put it in the jre/lib/ext extension directory, or in the container's classpath. This is due to a bug in Sun's JRE implementation (http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4619777). Voting for the bug will hasten their fixing it, so please do...

Which charsets are supported?

What's New?

in version 1.3:

in version 1.2.1:

in version 1.2:

in version 1.1:

in version 1.0:

License

The Java Charset package is provided under the GNU General Public License agreement.
For non-GPL commercial licensing please contact the author.

A lot of hard work and effort are put in to providing and maintaining the package for free. If you use it regularly or just wish to show your appreciation, please go ahead and to continue supporting it.

Contact

you can contact the author via e-mail at:

charset@freeutils.net

Please write in to report bugs, problems, suggestions, ideas, questions, answers, source code queries and especially just to let me know you've found this package useful. Getting feedback will encourage me to continue development and add additional charset support.

For updates and additional information, you can always visit the website at

http://www.freeutils.net

Copyright © 1999-2007 by Amichai Rothman www.freeutils.net