Greetings Esteemed Monks,

I'm processing a text file that has a funny character in it. I'd like to convert this character to something less funny, but I'm not sure how to match it because I don't know what it is. A further problem is, when I try to paste in my problem line here, it converts to "Don't know" so I can't even figure out how to show it to you. In my file the 't looks like a Chinese ideogram or something.

I realize this isn't strictly perl, but I am using the information in a Perl script. Has anyone seen anything like this, or can you point me somewhere I might look to translate this character? I've checked control chracter type lists in my battered Perl by Example and tried googling, but I'm not sure what to call what I'm looking for.

It might help to know that the file in question is a MS Word file saved as a tab delimited text file.

Thanks as always for the help.

Pax vobiscum,

NovMonk


In reply to Slightly OT - Matching a strange character by NovMonk

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.