In article <>,
rvtol+
says...
> Yohan N. Leder schreef:
>
> > The HTML page I generated contains "Content-type: text/html;
> > charset=iso-8859-1"
>
> As you have been told before, an as you can check on the
> wikipedia.org-page about that charset, ISO-8859-1 does not contain a
> Euro-sign.
>
>
Agreed, but the fact is that with some browser (a known IE bug as stated
by someone in alt.html), more than just send an unrepresentable
character it corrupt the full posted content.
Because of this and after some discuss here in two threads (including
this current one) and a one in alt.html, I've added some trivial
checkings on the multipart/form-data content found at the arrival in
STDIN. Thus, even if the bug stays (corrupted content due to the
presence of outside charset char + uncheckd checkbox), I'm not trying to
parse a malformed multipart content. Result of these basics checkings
are visible in the sentence starting with "Integrity :" after submission
of form here : <http://yohannl.tripod.com/cgi-bin/form2dump.pl>.
So, now, I have to choose to use the ISO-8859-15 charset or go to UTF-8
(sounds a nightmare with Perl 5.00503 I have to keep in mind ; eben if
I'm developing under 5.6 and 5.

... to be able to accept this euro
sign.
What do you think about ISO-8859-15 ? What major drawbacks if any ?