Encodage des caractères en utf8
This commit is contained in:
parent
9e7c0bcd27
commit
9b096f09e5
@ -1295,7 +1295,7 @@ class Entreprise extends WsScore
|
||||
|
||||
$tab = array();
|
||||
foreach($value as $comment) {
|
||||
$tab[] = $comment;
|
||||
$tab[] = utf8_encode($comment);
|
||||
}
|
||||
$output->tabCommentaires = $tab;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user