[twitter-dev] Re: twitter encoding problem

2009-10-21 Thread Travholt
I resorted to using just "Leser" (=Reading) plus the web site's domain and the bit.ly URL. No unsafe characters there, so no problem. But this clearly should be reported to Twitter as a bug.

[twitter-dev] Re: twitter encoding problem

2009-10-20 Thread sadullah keleş
hi Travholt, i noticed that too, there is a problem with textbox's or page's encoding so i think there is no way for us to achieve this problem. if you could find a way please let me know good night. On Tue, Oct 20, 2009 at 8:50 PM, Travholt wrote: > > I have the same problem. See an example

[twitter-dev] Re: twitter encoding problem

2009-10-20 Thread Travholt
I have the same problem. See an example here: http://www.grunder.no/grundere/20091006/svaksynte-ma-bli-grundere/ Click the link under the main text where it says "Del på Twitter" (Norwegian for "Share on Twitter"). When the new window opens, you can see the URL with ü, Ü and Ø in it, but then a

[twitter-dev] Re: twitter encoding problem

2009-10-20 Thread sadullah keleş
> *From:* Leon Spencer > *To:* twitter-development-talk@googlegroups.com > *Sent:* Tue, October 20, 2009 2:23:03 AM > > *Subject:* [twitter-dev] Re: twitter encoding problem > > Shouldn't be a problem unless there is some Twitter bug. Twitter should > handle everything utf-8

[twitter-dev] Re: twitter encoding problem

2009-10-20 Thread Leon Spencer
-development-talk@googlegroups.com Sent: Tue, October 20, 2009 2:23:03 AM Subject: [twitter-dev] Re: twitter encoding problem Shouldn't be a problem unless there is some Twitter bug. Twitter should handle everything utf-8 as long as within 140 char limit. I tried the following without pro

[twitter-dev] Re: twitter encoding problem

2009-10-20 Thread Leon Spencer
/home?status=Currently+reading+on+Webgrrls%3a%c3%bc+%c3%bc+%c3%bc+%c3%bc+%c3%bc Leon From: sadullah keleş To: twitter-development-talk@googlegroups.com Sent: Tue, October 20, 2009 2:10:14 AM Subject: [twitter-dev] Re: twitter encoding problem :) actually this

[twitter-dev] Re: twitter encoding problem

2009-10-20 Thread sadullah keleş
But for what you are doing, your > method is more practical. > -- > *From:* sadullah keleş > *To:* twitter-development-talk@googlegroups.com > *Sent:* Tue, October 20, 2009 2:00:09 AM > *Subject:* [twitter-dev] Re: twitter encoding problem > >

[twitter-dev] Re: twitter encoding problem

2009-10-20 Thread sadullah keleş
:) actually this is my first try on twitter i am not familiar with this either. using javascript's encoding functions did not work. probably in the end i will replace turkish characters with their similar characters in english :) On Tue, Oct 20, 2009 at 12:03 PM, leonspencer wrote: > > Thanks. I

[twitter-dev] Re: twitter encoding problem

2009-10-20 Thread Leon Spencer
Yeah, through the Twitter API OAuth. But for what you are doing, your method is more practical. From: sadullah keleş To: twitter-development-talk@googlegroups.com Sent: Tue, October 20, 2009 2:00:09 AM Subject: [twitter-dev] Re: twitter encoding problem by

[twitter-dev] Re: twitter encoding problem

2009-10-20 Thread leonspencer
Thanks. I was unfamiliar with that mechanism. Cool. So that's how it is done? Did you try encodeURIComponent() to the Turkish characters are handled correctly? Leon On Oct 20, 1:56 am, sadullah keleş wrote: > i have a "share on twitter" button , when user click this > buttonhttp://twitter.com

[twitter-dev] Re: twitter encoding problem

2009-10-20 Thread sadullah keleş
by the way, is there any way to update user's status directly without opening the twitter page? or have i just misunderstood you? 2009/10/20 sadullah keleş > i have a "share on twitter" button , when user click this button > http://twitter.com/ page will be open and the info that i send ("i am

[twitter-dev] Re: twitter encoding problem

2009-10-20 Thread sadullah keleş
i have a "share on twitter" button , when user click this button http://twitter.com/ page will be open and the info that i send ("i am reading this: http://www.mypage.com/article.aspx";) will be shown in the "What Are you Doing?" textbox and then user will click update button on twitter page. On

[twitter-dev] Re: twitter encoding problem

2009-10-20 Thread leonspencer
Thanks for the clarification. Are you updating your Twitter status to read: "i am reading this: http://www.mypage.com/article.aspx"; or are you just trying to display this information in a new browser window without updating your Twitter status? Thanks, Leon On Oct 20, 1:38 am, sadullah kele

[twitter-dev] Re: twitter encoding problem

2009-10-20 Thread sadullah keleş
hey leonspencer, thanks for your reply. dont think title part as page title, it is just a short explanation. what i am trying to do is like "i am reading this: http://www.mypage.com/article.aspx";, i mean at the beginning of the status a short explanation and after that, link to the page, explanati

[twitter-dev] Re: twitter encoding problem

2009-10-20 Thread leonspencer
Hi. I dont think the syntax is right for what you are trying to do. The window.open() syntax is as follows: window.open (URL, windowTitle); Combining this into one string as you have done causes all this to be interpreted as a parameters to Twitter status method, which is not what you intended.