[twitter-dev] Re: C# Issues With Special Characters

2010-07-29 Thread MiloCaruso
string they need to encoded again. I have an example on github of nearly every possible UTF-8 character and how it should be represented at different stages of the request here:http://github.com/episod/oauth-utf8-character-map TaylorOn Wed, Jul 28, 2010 at 10:02 AM, MiloCaruso milocar

[twitter-dev] C# Issues With Special Characters

2010-07-28 Thread MiloCaruso
I have searched and searched and not found a good solution to being able to send special characters in status updates using c#. I can send status updates that contain most ASCII characters (but not all). fore example, this would work: I love twitter but this will fail: twitter = love I am

[twitter-dev] Re: C# Issues With Special Characters

2010-07-28 Thread MiloCaruso
I am using a built in url encoding method that was included in the oAuth library. I have seen it referenced many times and it is supposed to work to url encode. On Jul 28, 11:00 am, Cameron Kaiser spec...@floodgap.com wrote: I have searched and searched and not found a good solution to being