I'm not sure what you mean, all the encoding tables I have looked at show the e-acute as hex C3 A9 under UTF8?

Sure they do, its perl that must be broken :)

http://www.fileformat.info/info/unicode/char/c3a9/index.htm
Encodings
HTML Entity (decimal) 쎩
HTML Entity (hex) 쎩
How to type in Microsoft Windows Alt +C3A9
UTF-8 (hex) 0xEC 0x8E 0xA9 (ec8ea9)
UTF-8 (binary) 11101100:10001110:10101001
UTF-16 (hex) 0xC3A9 (c3a9)
UTF-16 (decimal) 50,089
UTF-32 (hex) 0x0000C3A9 (c3a9)
UTF-32 (decimal) 50,089
C/C++/Java source code "\uC3A9"
Python source code u"\uC3A9"
More...

In reply to Re^7: XML:: DOM and Accented Characters by Anonymous Monk
in thread XML:: DOM and Accented Characters by freeflyer

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.