Help for this page

Select Code to Download


  1. or download this
    # U+00E9 LATIN SMALL LETTER E WITH ACUTE
    # Second perl outputs iso-8859-1
    ...
    $ perl -e'use open ":std", ":encoding(iso-8859-5)"; print chr(0x0449)'
    + | perl -e"print <>" | od -t x1
    0000000 e9
    0000001