Skip to content

Commit

Permalink
Item13405: prepare for NFC/NFD normalisation
Browse files Browse the repository at this point in the history
  • Loading branch information
Comment committed Jun 2, 2015
1 parent e4d0bd1 commit 4879ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Foswiki/Engine/FastCGI.pm
Expand Up @@ -193,7 +193,7 @@ sub preparePath {

sub write {
if ($Foswiki::UNICODE) {
syswrite STDOUT, Encode::encode_utf8($_[1]);
syswrite STDOUT, Foswiki::encode_utf8($_[1]);
} else {
syswrite STDOUT, $_[1];
}
Expand Down

0 comments on commit 4879ca5

Please sign in to comment.