Joost, Jedi, et al

Reason for not using CGI is due to lack of experience when starting this project ... (kindof guessed I was inviting these comments).

Right now it is late Friday pm and I would love a solution - if nothing else it will help fill in gaps in my understanding.

The charset of the form is ISO-8859-1. I did try UTF-8, but was just stabbing in the dark.

Don't understand character encoding ... most discussions (incl W3C HTML4 Spec) refer to docs going from server to browser and how User Agents handle docs.

On Form Submission (i.e. going from Browser to Server), I did come across some discussions on how to "steer" the server in the right direction with a hidden field (nice one borisz), but don't think it is applicable in this situation

A lot of other info indicates that what has been proposed for determining/specifying character sets when submitting a form is at best patchily implemented.

Will have another test of Encode and see how it goes ... only tested coding to utf-8 !


In reply to Re^2: Encode/Decode Problem by macPerl
in thread Encode/Decode Problem by macPerl

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • 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:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.