Hi again monks! The basic issue is that I have a little server running that is listening for a specific message. I need my script to connect to the server and send him the message.

I've got the socket set up and it is transmitting to the server. They only problem is that the server is expecting a unicode (I think) message. When I say unicode, I mean 2 bytes per character (perhaps this shows my ignorance about unicode - i've been doing some reading on it and it seems theres a lot to it). I'm running perl a cygwin build of perl v5.8 on windows. The server is also a windows app.

I've been messing around with the Encode module, but have not been able to make this work. Perhaps I don't know the correct encoding to use.

Perhaps it will be enough to just pad the characters with \0's. I'm not sure and am wondering if anyone has experienced this type of thing. Any thoughts?

In reply to Unicode Help by Avox

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.