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.
This entry was posted on Sunday, September 9th, 2007 at 4:41 pm and is filed under Research. You can follow any responses to this entry through the RSS 2.0 feed. Responses are currently closed, but you can trackback from your own site.