Help for this page

Select Code to Download


  1. or download this
    my $sharename = Encode::encode("UTF-16BE", $sharename_utf8);
    
  2. or download this
    sub hexdump {
        print join(" ", unpack("(H2)*", shift)), "\n";
    ...
    
    hexdump($sharename_utf8);   # e3 81 82
    hexdump($sharename);        # 30 42