I have written before telling of a Chinese (Mandarin) Flashcard script I am writing.
The script does the following using Perl\TK
Displays a Character
All the options are available at the click of a button
*Gives the option for the user to see the English definition
*Gives the option for the user to see the Pin Yin Definition. PinYin is arabic letters with according tones that give the sounding of the character. ( not a very full definition of pinyin, but I just want you to get the gist of it. )
*Shows the character being drawn with an animated .gif. Sometimes seeing it drawn helps the reader to understand the meaning.
*Plays an audio file that speaks the character.
*Allows users to add their own characters with english, and pinyin definitons.

Are there any other options any of you could perhaps suggest. Especially from speakers of Chinese ( native or non-native ).

Just a note: for the pin yin ( as well as english ) I had to make it a graphical output because the tones are not supported by regular Unicode. The script interprets a text file and produces the graphical output from an alphabetical .gif section.

In reply to Chinese Language Perl Script and your preferences 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.