Hey yall, I am having an issue with some ASCII characters and soap (SOAP::Lite) but I think this is a problem that is not really localised to that module. It seems that some chars like ` are encoded differently that others when they are supposed to be the same character. When the character ` for example is entered into a text field by the keyboard the translation of that character seems to be done correctly and hence things run smoothly but when cut and paste into text box from a resource on a webpage the translation does not occur correctly even though it looks like the same character. I imagine there is some translation code or module that I can employ to scan for these and translate them to the ASCII char that SOAP can encode correctly but I am not too familiar with these sorts of things.. anyone had this sort of stuff go down before and have some sort of solution for it?

In reply to character differences and SOAP encoding by foftoogs

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.