Changeset 22864 for src

Show
Ignore:
Timestamp:
11/03/08 23:19:03 (2 months ago)
Author:
azawawi
Message:

[STD_syntax_highlight] :utf8 output

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/perl6/STD_syntax_highlight

    r22863 r22864  
    121121        say $output; 
    122122    } else { 
     123        use open OUT => ':utf8'; 
    123124        open FILE, ">$file" or 
    124125            die "Cannot open $file for writing: $OS_ERROR\n";