> Now I can strip this (maybe) utf8 flags after "URL-decode", 
> but these data
> becomes utf8 again just before DB2 insert modules. 

I found this is due to the concat ".".

$utf8 = de_utf8($utf8);
my $str_utf8 = $no_utf8 . $utf8;

The stripped data is but in utf8.

Regards,
H.T.


_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to