Help for this page

Select Code to Download


  1. or download this
    my $s = "ab";
    $s .= "\x{100}";
    ...
    print F $s;
    close F;
    printf "length = %d, size = %d\n", length $s, -s '/tmp/x';
    
  2. or download this
    Wide character in print at /tmp/p line 7.
    length = 3, size = 4