diff --git a/test/PHPMailer/PHPMailerTest.php b/test/PHPMailer/PHPMailerTest.php index 497476a5..6ecb88f3 100644 --- a/test/PHPMailer/PHPMailerTest.php +++ b/test/PHPMailer/PHPMailerTest.php @@ -1126,7 +1126,7 @@ EOT; $this->Mail->clearAllRecipients(); - //This file is UTF-8 encoded. Create a domain encoded in "iso-8859-1". + //This file is UTF-8 encoded so we have to take a roundabout route to make a domain using an ISO-8859-1 character. $letter = html_entity_decode('ç', ENT_COMPAT, PHPMailer::CHARSET_ISO88591); $domain = '@' . 'fran' . $letter . 'ois.ch'; $this->Mail->addAddress('test' . $domain);