diff options
author | miwi <miwi@FreeBSD.org> | 2007-06-06 21:27:34 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-06-06 21:27:34 +0800 |
commit | 573831faf3d34ca81295a5c5a55c1afb6b92602c (patch) | |
tree | d13b14cbc9b3b5df9d396c7a5ef43068ae3cc492 /www/Makefile | |
parent | db333acde002df3405b363c8151553b101bf184d (diff) | |
download | freebsd-ports-gnome-573831faf3d34ca81295a5c5a55c1afb6b92602c.tar.gz freebsd-ports-gnome-573831faf3d34ca81295a5c5a55c1afb6b92602c.tar.zst freebsd-ports-gnome-573831faf3d34ca81295a5c5a55c1afb6b92602c.zip |
HTML::FillInForm::ForceUTF8 is a subclass of HTML::FillInForm that forces
utf8 flag on html and parameters. This allows you to prevent filling
garbled result.
WWW: http://search.cpan.org/dist/HTML-FillInForm-ForceUTF8/
PR: ports/113357
Submitted by: Tomoyuki Sakurai <cherry at trombik.org>
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 4cf322ef4da5..2cc3e025ea9b 100644 --- a/www/Makefile +++ b/www/Makefile @@ -676,6 +676,7 @@ SUBDIR += p5-HTML-Embperl SUBDIR += p5-HTML-Encoding SUBDIR += p5-HTML-FillInForm + SUBDIR += p5-HTML-FillInForm-ForceUTF8 SUBDIR += p5-HTML-FromANSI SUBDIR += p5-HTML-FromText SUBDIR += p5-HTML-LinkExtractor |