i have problem with print currency symbol in php when i print currency symbol using echo function i got wrong output
i try this code i have array like
'Turkey New Lira - TRY' => 'も'
$key = $row['Currency']; $value = $array_currency[$key]; echo $value;
i have this code for print
$key = $row['Currency']; $value = $array_currency[$key]; echo $value;
i get output like
ã‚‚
alse have problem with echo json_encode get output like
\u3082
give me right solution for this