Why the #AskObama tweet was garbled on screen
hanselman.com
Why the #AskObama tweet was garbled on screen
1–10 of 78 posts
Re: Why the #AskObama tweet was garbled on screen
#2Re: Why the #AskObama tweet was garbled on screen
#3Re: Why the #AskObama tweet was garbled on screen
#4Why does it say 3 hours ago under the tweet? Wasn't this in real time?
No. Questions were culled from Tweets with the #AskObama hashtag starting on June 30. Some of the questions did come in close to real-time. I think the most recent ones were 5-10 minutes old when presented to the president.
Re: Why the #AskObama tweet was garbled on screen
#5 $ python
>>> print u"\u2019".encode("utf-8").decode("Windows-1252")Re: Why the #AskObama tweet was garbled on screen
#6Re: Why the #AskObama tweet was garbled on screen
#7Re: Why the #AskObama tweet was garbled on screen
#8Or maybe I've just been fortunate enough to be in an environment where an occasional goof of this caliber doesn't have any serious consequences.
Re: Why the #AskObama tweet was garbled on screen
#9'So do political nerds get to moan because the author referred to Boehner as "the Senator"?' https://twitter.com/douglas/status/89080894018686976
Re: Why the #AskObama tweet was garbled on screen
#10Maybe I'm just a terrible programmer, but I think the author may be a little over emphasizing the seriousness of the bug. To me, this is one of those throw away issues that you keep in the back of your mind. Unless I'm coding something that is extremely datacentric and critical in that sense. But it's not like its on one of my "top 20 must run tests" or anything. It's always one of those issues I ignore or assume is…
Primarily, this means you don't have to support internationalization - which is hardly a bad thing, especially if you work on a startup, where worldwide distribution should be the last thing on your mind. When your product is rendered in over 80 scripts, including right-to-left languages, you can't afford to figure encoding will sort itself later.