Gossamer Forum
Home : General : Perl Programming :

I get annoying character conversions

Quote Reply
I get annoying character conversions
Hi!

My domain (virual server) has been moved to a new server, and after this move a lot of characters (that are put in by the user) get converted by Perl:

CR > %0D%0A
, > %2C
: > %3A
( > %28
) > %29
! > %21
% > %25

and so on.

My provider has changed th catalogue structure on the new server (which in itself causes me a lot of problem), but I have checked that Perl is in the catalogue that is defined in the script.

What could be wrong and how can it be rectified?
Quote Reply
Re: [O grain] I get annoying character conversions In reply to
I meant of course "virtual server" (sometimes it is the user who makes errors in input)

Anyone who has seen this problem where a CR is recoded to %0D%0A etc.

Any idea?


O grain