Submitted by wei1224dojo on Mon, 06/02/2008 - 18:06.
I'm a Chinese student studying dojo.
I am making a CaseCadingDropDown , means once I have chosen CityA , all the towns of CityA will be ready in another FilteringSelect.
Well , I can do it in English now , but I don't know how to show Chinese.
We know that the JSON can't send Chinese or Japanese directly , I should change the chararters into UTF8 style.
Well , the client can get the infor of charaters from the server , but the infor is still UTF8 style!
So far as I know , the ItemFileReadStore can't get JSON with UTF8 style.
So , what shall I do?