On Fri, Jan 30, 2009 at 11:21 AM, Daniel <[email protected]> wrote: > I'm using ASP.NET to post status updates into twitter but all the > accents and special characters are shown as ?.
(Disclaimer: I know zits about ASP.NET) Looks like you're getting the message in ASCII and pointing that you're sending them url-encoded. You should url-encode the message before sending it. -- Julio Biason <[email protected]> Twitter: http://twitter.com/juliobiason
