hey all,
i am trying to send twitter status over my web site but having some
encoding problems, i can not see turkish characters, i use a code
snippet like this :
var sText = "http://www.twitter.com/home?status=" + document.title
+ ':' + location.href;
window.open(sText);
//document.title shows my page's title and location.href is a link to
my page
do you have any idea ? how can i solve my encoding problems?
thanks in advance.
ps:i had tried using encodeURIComponent method with title part but it
did not work