Encodage des caractères en utf8

This commit is contained in:
Michael RICOIS 2011-06-22 15:35:17 +00:00
parent 9e7c0bcd27
commit 9b096f09e5

View File

@ -1295,7 +1295,7 @@ class Entreprise extends WsScore
$tab = array(); $tab = array();
foreach($value as $comment) { foreach($value as $comment) {
$tab[] = $comment; $tab[] = utf8_encode($comment);
} }
$output->tabCommentaires = $tab; $output->tabCommentaires = $tab;