Tryag File Manager
Home
-
Turbo Force
Current Path :
/
home
/
cluster1
/
data
/
bu01
/
1121861
/
jlex
/
nahuatl
/
xfst_dir
/
utf8
/
Upload File :
New :
File
Dir
/home/cluster1/data/bu01/1121861/jlex/nahuatl/xfst_dir/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"; ?>