Question
stagewebview charset problem
IF i using the "loadURL()" method of stagewebview, it can load every site very fine,however,if i use URLLOADER to load the HTML content as string,and then using loadString() to load a html,it not work with any charset unless charset is "UTF-8".
i try to set Content-type>charset inside the URLRequest but no luck...............
