Serverseitig hab ich Perl und hab mittlerweile rausbekommen, dass es an
use URI::Escape;
print uri_escape($cin);liegt, da bleibt das Script hängen, wenn der Euro kommt....
Du hast die Doku auch mal durchgelesen?
http://search.cpan.org/~gaas/URI-1.52/URI/Escape.pm
Da steht z.b. sowas:
Note: Javascript has a function called escape() that produces the sequence "%uXXXX" for chars in the 256 .. 65535 range. This function has really nothing to do with URI escaping but some folks got confused since it "does the right thing" in the 0 .. 255 range. Because of this you sometimes see "URIs" with these kind of escapes. The JavaScript encodeURIComponent() function is similar to uri_escape_utf8().
Struppi.