Skip to content

Commit

Permalink
Merge branch 'release/14.0' into release/15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kguptasangoma committed Nov 11, 2021
2 parents 4d7136d + 1e1f5bb commit 8e2a57c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Superfecta.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ public function execute($scheme='ALL', $request, $debug=0, $keepGoing=false) {
// convert CNAM to UTF-8 to fix
if (function_exists('mb_convert_encoding')) {
$this->out("Converting result to UTF-8");
$callerid = mb_convert_encoding($callerid, "UTF-8");
$callerid = mb_convert_encoding($callerid, "UTF-8", "ISO-8859-1");
}

//send off
Expand Down

0 comments on commit 8e2a57c

Please sign in to comment.