Java port of Mozilla’s character set detection code

I have started working with Java and creating the basic libraries I need for various web related applications. When writing a class for wrapping text based web resources one of the biggest problems is getting the correct encoding. Luckily, for Java there is a port of Mozilla’s automatic character set detection algorithms called jchardet. It is pretty simple to use and I have incorporated into the web resource class.

Comments are closed.