- Timestamp:
- 11/01/08 19:01:07 (2 months ago)
- Files:
-
- 1 modified
-
src/perl6/STD_syntax_highlight (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/perl6/STD_syntax_highlight
r22842 r22847 102 102 103 103 # slurp the file for redspans 104 $src_text = read_file($file); 104 $src_text = Encode::decode('utf8', read_file($file) ); 105 105 106 $loc[length($src_text) - 1] = []; 106 107
