b0y-101 Mini Shell


Current Path : E:/www/b-group.old/spfin - Copy/qrcode422/report/
File Upload :
Current File : E:/www/b-group.old/spfin - Copy/qrcode422/report/test.php

<?php
$text = "This is the Euro symbol '�.������˧ (�ç�����Һѳ�Ե���Ѵ����'.";

echo 'Original : ', $text, PHP_EOL;
echo 'TRANSLIT : ', iconv("UTF-8", "ISO-8859-1//TRANSLIT", $text), PHP_EOL;
echo 'IGNORE   : ', iconv("UTF-8", "ISO-8859-1//IGNORE", $text), PHP_EOL;
echo 'Plain    : ', iconv("UTF-8", "ISO-8859-1", $text), PHP_EOL;

?>

Copyright © 2019 by b0y-101