Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -n
    
    print "$.:\t$_" if ( s/([^\x00-\x7f])/sprintf("\\x{%02x}",ord($1))/eg 
    +);
    
  2. or download this
    NNN:    .... \x{e0} ...