Help for this page

Select Code to Download


  1. or download this
    my $code_points = decode('cp1252', $cp1252_bytes);
    
  2. or download this
    my $utf16le_bytes = encode('UTF-16le', $code_points);