Donate Share

HTMLEntities

Code

Programming Languages: Java

License: GNU Library or Lesser General Public License (LGPL)

Repositories

browse code, statistics, last commit on 2005-03-14 cvs -d:pserver:anonymous@htmlentities.cvs.sourceforge.net:/cvsroot/htmlentities login

cvs -z3 -d:pserver:anonymous@htmlentities.cvs.sourceforge.net:/cvsroot/htmlentities co -P modulename

Show:

What's happening?

  • NumberFormatException thrown in unhtmlentities

    each of the following lines throws a NumberFormatException: String test1 = HTMLEntities.unhtmlentities("&#;"); String test2 = HTMLEntities.unhtmlentities("&#x;"); String test3 = HTMLEntities.unhtmlentities("&#ab;"); the fix: change Integer iso; to Integer iso = null; and change if (entity.charAt(1) == '#') { if (entity.charAt(2) == 'x') { iso = new...

    2006-11-27 17:02:36 UTC by nobody

  • HTMLEntities 1.0.004 quick start

    A quick start guide were added to this project homepage.

    2005-04-16 20:10:25 UTC by nicolaasuni

  • HTMLEntities 1.0 Released!

    HTMLEntities 1.0 has been released. HTMLEntities is an open-source Java class that contains a collection of static methods (htmlentities, unhtmlentities, ...) to convert special and extended characters into HTML entitities and vice versa. A character entity reference is an SGML construct that references a character of the document character set.

    2005-03-14 18:41:38 UTC by nicolaasuni

  • HTMLEntities

    Anonymous committed patchset 1 of module CVSROOT to the HTMLEntities CVS repository, changing 11 files.

    2005-03-14 17:11:01 UTC by nobody

  • htmlentities

    nicolaasuni registered the HTMLEntities project.

    2005-03-13 12:04:45 UTC by nicolaasuni

Our Numbers