UTF-8 taglib ver. 1.3


    Custom JSP taglib lets you convert text to UTF-8. For example:
 


<%@ taglib uri="taglib.tld" prefix="u" %>

<u:UTF8>
 this text will be converted
</u:UTF8>

Tags are:

UTF8

Body tag converts own body to UTF-8.

1) id Optional parameter. Describes a name for page scope variable (type is java.lang.String) for converted data. Without this parameter tag just prints converted data.
2) cond Optional parameter. Describes a boolean value tag's behavior depends on. Default value is true (convert to UTF-8)

for downloading:

Library: utf8tag.jar    Description: taglib.tld

© Coldbeans      Comments?

See also Coldtags suite - the largest collection of custom JSP tags.

Also in Coldtags: