when browse by ie and ff
the result is different
ff2.0, winxp sp2, ie6.0, web server apache2.x+php5.x, page charset is
gb2312
the ugia default charset is utf-8
after changed all page in ugia the situation is still bad
not only the interface about progress.php, but also with my file-uploaded
function
so i made some change to deal the question
first: change my server charset into utf-8, no way
second: encode the output of getinfo.php and decode in progress.js, but
work bad
third: check the client's browse, if not M$IE, then do nothing, this means
the output is still my charset set:gb2312; if is M$IE, so use
"mb_convert_encoding($output, 'utf-8', 'gb2312');" to make the utf-8
output
code change:
1, all charset is change into gb2312
2, in getinfo.php, check the client's browse, then in step3,4,5 echo the
corresponding char
Nobody/Anonymous
None
None
Public