Changeset 13047 for trunk/core/lib/Foswiki/Logger/PlainFile.pm
- Timestamp:
- 11/09/11 12:47:33 (19 months ago)
- File:
-
- 1 edited
-
trunk/core/lib/Foswiki/Logger/PlainFile.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/lib/Foswiki/Logger/PlainFile.pm
r13029 r13047 86 86 # Item10764, SMELL UNICODE: actually, perhaps we should open the stream this 87 87 # way for any encoding, not just utf8. Babar says: check what Catalyst does. 88 if ( $Foswiki::cfg{Site}{CharSet} =~ /^utf-?8$/ ) { 88 if ( $Foswiki::cfg{Site}{CharSet} 89 && $Foswiki::cfg{Site}{CharSet} =~ /^utf-?8$/ ) 90 { 89 91 $mode .= ":encoding($Foswiki::cfg{Site}{CharSet})"; 90 92 }
Note: See TracChangeset
for help on using the changeset viewer.
