I think everyone answered your question well. However, I wanted to add a comment here because Microsoft Office 2000 Products do NOT properly encode Unicode all the time (fixed in OfficeXP I am told). Another solution is to make sure it is properly encoded. You can save a doc with special characters in Unicode in Word. Close the doc and reopen it in Word and it is messed up. How on earth it made it through QA is simply amazing to me. The moral of the story is just because it opens in Excel or Word and it is Unicode doesn't mean it isn't messed up. Your best bet is to use Excel to "Save As" the document in UTF8 if it opens cleanly there, or I also found that opening it in Excel and pasting it into Notepad.exe and saving it to UTF8 works (... it just does ). This is not a Perl problem, and once the document is in a proper unicode encoding, you really won't know the difference. I am using AS 5.8 on WinXP and Win2K. I would also recommend reading perluniintro - great read.

In reply to Re: simple file question, extra spaces, win32 by JamesNC
in thread simple file question, extra spaces, win32 by rkg

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.