Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Re: [Jag] Convert accents to html

Quote Reply
Re: [Jag] Convert accents to html In reply to
You may also use HTML::Entities for that task (you can encode any character):
http://www.perldoc.com/...b/HTML/Entities.html

As minimal solution you can use GT::CGI::html_escape, GT::CGI::html_unescape which encodes/decodes:
<, >, &, " charaters.

Best regards,
Webmaster33


Paid Support
from Webmaster33. Expert in Perl programming & Gossamer Threads applications. (click here for prices)
Webmaster33's products (upd.2004.09.26) | Private message | Contact me | Was my post helpful? Donate my help...
Subject Author Views Date
Thread Convert accents to html Jag 2273 Sep 17, 2004, 9:26 PM
Thread Re: [Jag] Convert accents to html
webmaster33 2188 Sep 18, 2004, 3:56 AM
Thread Re: [webmaster33] Convert accents to html
Jag 2184 Sep 18, 2004, 12:17 PM
Post Re: [Jag] Convert accents to html
webmaster33 2182 Sep 18, 2004, 12:38 PM
Post Re: [Jag] Convert accents to html
webmaster33 2190 Sep 18, 2004, 12:51 PM