Help for this page

Select Code to Download


  1. or download this
    binmode(FILE) if 1;    # reset to raw
    binmode(FILE, ':encoding(UTF-8)') if 1;    # add our new encoding
    
  2. or download this
    binmode(FILE, ':raw:encoding(UTF-8)') if 1;