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:
- Perlfaq9
How do I decode or create those %-encodings on the web?... which suggests, "if that didn't explain it, don't worry. Just go read section 2 of the RFC (2396), it's probably the best explanation there is.".
- RFC 2396
- Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
- Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
-
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
-
Please read these before you post! —
-
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
-
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
- Link using PerlMonks shortcuts! What shortcuts can I use for linking?
-
See Writeup Formatting Tips and other pages linked from there for more info.