If you are willing to go with some european charset, these contain some characters like é etc., especially the french language uses them. But for the "v" above chars, you'll have to look into some czech charsets...

I see three solutions :

  1. You use HTML for your output. There is almost no hassle, as HTML provides you with a large choice of umlauts and stuff. It's not completely trivial, as you want to use "accents" on umlauted letters ...
  2. You use a two-row table and HTML for your output. In the upper table, you use the chars v,^,/,\ to designate the intonation stuff and in the lower row you put the actual letters. Kludgy, but could work.
  3. You use a two-row plain text output. Even more kludgy,but should also work.
  4. If course, there is also always the option of using TeX and a PDFwriter to create PDF output, but that might be too much overhead ;)


In reply to RE: Chinese PinYin and PERL by Corion
in thread Chinese PinYin and PERL by Macphisto

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.