Skip to content

Commit

Permalink
a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gggeek committed Apr 23, 2024
1 parent f379d00 commit d43b34f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/server/simpleServer.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ function introspectionData()

if ($response) {
// NB: unless we pass the 'encoding' => 'utf-8' output option to the server, there will be a Latin-1 declaration in the generated xml,
// in which case we should force the charset in the content-type header to avoid php overriding it and declaring UTF-8, as
// in which case we should force the charset in the content-type header to avoid php overriding it and declaring UTF-8
header('Content-Type: text/xml;charset=iso-8859-1');
echo $response;
} else {
Expand Down

0 comments on commit d43b34f

Please sign in to comment.