Help for this page

Select Code to Download


  1. or download this
    layers :raw:encoding(UTF-16LE):crlf:via(File::BOM):
     unixencoding(UTF-16LE)utf8crlfutf8viautf8
    layers :encoding(UTF-16LE):
     unixcrlfencoding(UTF-16LE)utf8
    :raw:encoding(UTF-16LE):
     unixencoding(UTF-16LE)utf8
    
  2. or download this
    open my $fh, '>:raw:encoding(UTF-16LE):crlf:via(File::BOM)', 'file.reg
    +';