On 05/08/2012 11:07 AM, Doug Tangren wrote:
> Hi Sean,
>
> Thanks for reporting this issue. Meetup has recently converted our
> default character set encoding on the site to utf8. What you are most
> likely seeing is a utf8 encoded variant of
>
> You may notice that many of our API methods still return a the
> ISO-8859-1 character set encoding so we don't break apps that can't
> handle utf88.
>
> curl -i '
http://api.meetup.com/2/event/EVENT_ID?key=API_KEY'
>
> When you specific a charset of utf8 explicitly we return that encoding.
> In the example call below. You'll see spaces instead of question marks
> for encoded spaces.
>
> curl -i -H 'Accept-Charset:utf-8'
> '
http://api.meetup.com/2/event/EVENT_ID?key=API_KEY'
>
> Let us know if that helps resolve the situation you are in. We are
> working on a way to resolve this issue in the API. Thank you for your
> patience.
Haven't set any headers, and I'm getting the utf-8 return. Is the