perl-unicode

RE: CGI and UTF

2002-11-20 15:30:38
Barry,

Yes I can do that, I already do for Soap::Lite. Now that I have it
working with the example below should I be using anything else? I've
found that I have to do the same for variables from DBI as well as CGI -
this does seem a bit excessive, so any simpler/more efficent technique
would be appreciated. I guess I could use one of the encoding modules,
but would that be any better than what I have below?

$utf8text = pack('U*', unpack('U*', $q-param('text')));

Mark

-----Original Message-----
From: Barry Caplan [mailto:bcaplan(_at_)i18n(_dot_)com] 
Sent: 20 November 2002 19:00
To: Mark Proctor; 'Andreas J. Koenig'
Cc: perl-unicode(_at_)perl(_dot_)org
Subject: RE: CGI and UTF


At 06:47 PM 11/20/2002 +0000, Mark Proctor wrote:
Unfortunetly I have asked the cisco admins if we can have perl5.8 and
they said no way.

Yeah but you can use various CPAN modules, even if you install them in a
local directory, right?

Barry


<Prev in Thread] Current Thread [Next in Thread>