Tryag File Manager
Home
-
Turbo Force
Current Path :
/
home
/
cluster1
/
data
/
bu01
/
1121861
/
html
/
xfst_dir_copy
/
utf8
/
Upload File :
New :
File
Dir
//home/cluster1/data/bu01/1121861/html/xfst_dir_copy/utf8/test.php
<? include_once "utf8.class.php"; $utfConverter = new utf8(); //defaults to CP1250. $res = $utfConverter->strToUtf8("hello"); echo "utf8 encoded: $res"; $res = $utfConverter->utf8ToStr($res); echo "utf8 decoded: $res"; ?>