HTML Entities to ISO 8859-1 Converter
by Java developer Christian Ey
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.
|