From 9b096f09e56e2c21621ddd45c38f9f0cfc2fe497 Mon Sep 17 00:00:00 2001 From: Michael RICOIS Date: Wed, 22 Jun 2011 15:35:17 +0000 Subject: [PATCH] =?UTF-8?q?Encodage=20des=20caract=C3=A8res=20en=20utf8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/WsScore/Entreprise/v0.3/Entreprise.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/WsScore/Entreprise/v0.3/Entreprise.php b/library/WsScore/Entreprise/v0.3/Entreprise.php index 3fb1531b..706e6378 100644 --- a/library/WsScore/Entreprise/v0.3/Entreprise.php +++ b/library/WsScore/Entreprise/v0.3/Entreprise.php @@ -1295,7 +1295,7 @@ class Entreprise extends WsScore $tab = array(); foreach($value as $comment) { - $tab[] = $comment; + $tab[] = utf8_encode($comment); } $output->tabCommentaires = $tab;