
How can the unicode text be posted on the website such as Twitter? alphabets can be posted as I expected but I had no luck with Korean or Japanese text. I am using LC 7 and my code is here,
Code: Select all
on mouseUp
put field "koreanText" into pBody
launch url "http://www.twitter.com/intent/tweet?text=" & urlEncode(pBody)
end mouseUp
Thanks for your time!
Louis