in reply to Re: Sending post via enurl doesn't work either (though from documentation seems like it should)
in thread problem with german chars in html post fetch

Thanks again holli. The fact seem to be that

enurl('börse') gives

b%F6rse

on my system, whereas it gives

börse

on your system. I am guessing we have different perl versions, different module versions, or different default encodings.

perl -MCGI::Enurl -e"print $CGI::Enurl::VERSION" > enUrlVersion.txt
outputs 1.07 for my enurl version.
<code> perl -v > perlVoutput.txt
outputs
This is perl, v5.8.4 built for MSWin32-x86-multi-thread (with 3 registered patches, see perl -V for more detail) Copyright 1987-2004, Larry Wall Binary build 810 provided by ActiveState Corp. http://www.ActiveState.com ActiveState is a division of Sophos. Built Jun 1 2004 11:52:21
I am not sure how to get the default encoding. Truly stumped...

thomas.

*******

UPDATE: Relevant (though so far not helpful) documentation seems to be at: