From e55a11df4bb19b483d4cb52c4fd7ef51520da5f5 Mon Sep 17 00:00:00 2001 From: Romain Quetiez Date: Fri, 29 Jan 2010 17:52:47 +0000 Subject: [PATCH] Fixed #69 Accentuated chars now in utf-8 for real in the unit test page! BE CARREFUL WITH PSPAD!!! SVN:trunk[292] --- pages/testlist.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/testlist.inc.php b/pages/testlist.inc.php index cd0a15de22..341d313e5b 100644 --- a/pages/testlist.inc.php +++ b/pages/testlist.inc.php @@ -1471,7 +1471,7 @@ class TestTriggerAndEmail extends TestBizModel $oAction->Set("cc", $sCC); $oAction->Set("bcc", ""); $oAction->Set("subject", "New server: '\$this->name()$'"); - $oAction->Set("body", "

Dear customer,

We have created the server \$this->hyperlink()$ in the IT infrastructure database.

You will be further notified when it is in Production.

The IT infrastructure management team.

Here are some accentuated characters for french people: 'ééà'

"); + $oAction->Set("body", "

Dear customer,

We have created the server \$this->hyperlink()$ in the IT infrastructure database.

You will be further notified when it is in Production.

The IT infrastructure management team.

Here are some accentuated characters for french people: 'ééà'

"); $oAction->Set("importance", "low"); $iActionId = $this->ObjectToDB($oAction, true);