Changeset 6eaca65 in lab.git
- Timestamp:
- Mar 10, 2013 7:08:28 PM (12 years ago)
- Branches:
- master, trunk
- Children:
- 4181361
- Parents:
- a1128c4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
misc/save.pl
ra1128c4 r6eaca65 39 39 Encode::FB_HTMLCREF 40 40 ); 41 print ": $filename\n";42 41 } 42 else { 43 print "utf8?"; 44 $filename = encode( 45 $coding, 46 decode("utf8", $filename), 47 Encode::FB_HTMLCREF 48 ); 49 } 50 print ": $filename\n"; 43 51 44 52 my $suffix = 1;
Note: See TracChangeset
for help on using the changeset viewer.