Help for this page

Select Code to Download


  1. or download this
    $ touch ¿
    $ ls ? > zz
    ...
    xx not renamed: ¿ already exists
    $ rename --version
    /usr/bin/rename using File::Rename version 1.13, File::Rename::Options
    + version 1.10
    
  2. or download this
    $ perl -e 'use utf8; print "¿\n"' > ww
    $ xxd ww
    ...
    $ perl -e 'use utf8; $c="¿\n"; utf8::upgrade($c); print $c' > vv
    $ xxd vv
    00000000: bf0a
    
  3. or download this
    $ perl -e 'print "¿\n"' > uu
    $ xxd uu
    ...
    
    $ curl --silent --head 'http://localhost/' | grep 'Content-Type'
    Content-Type: text/html; charset=utf-8