Hi, I dont think you can url-encode Chinese characters... You can encode only regular text. Pls read this: http://en.wikipedia.org/wiki/Percent-encoding
Regards, Venkat www.venkatv.com 2008/11/6 Saravanan <[EMAIL PROTECTED]> > > hi that unescape() method to encode and decode the url variables .. > > i dont know exactly but we can encode and send the url using > javascript... > > pls check it and let me know :) > --sara > > On Nov 5, 1:51 pm, ravibharathi <[EMAIL PROTECTED]> wrote: > > I am url encoding this Chinese character 中文测试中文测试中文测试 and i am getting > > %u4E2D%u6587%u6D4B%u8BD5%u4E2D%u6587%u6D4B%u8BD5%u4E2D%u6587%u6D4B > > %u8BD5 > > and passing through flash vars .In flash i am getting back like this > > 4E2D65876D4B8BD54E2D65876D4B8BD54E2D65876D4B8BD5 > > > > Can any one help me how i can retrieve the Chinese character > > > > When i check with in flex by giving unescape(%u4E2D%u6587%u6D4B > > %u8BD5%u4E2D%u6587%u6D4B%u8BD5%u4E2D%u6587%u6D4B%u8BD5) i am getting > > correctly the chinese 中文测试中文测试中文测试 > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/flex_india?hl=en -~----------~----~----~----~------~----~------~--~---

