HTML Entities to ISO 8859-1 Converter / Java 

Home > English > Resources > Java > HTML 2 ISO
(C) Christian R. Ey
last modified:
Sat Sep 10 19:47:41 GMT+02:00 2005
-- Impressum / Contact --

HTML Entities to ISO 8859-1 Converter

by Java developer Christian Ey

 

IO Package

This package provides an HTML entities to ISO 8859-1 converter.

Converts a String containing HTML entities to a String containing only ISO8859-1 characters.

HTML Entities look like this (example: German umlauts): ü or ä and translate into ü or ä.

Feel free to use it under the Lesser GPL.