gedex / go-instagram

Go library for accessing Instagram REST and Search APIs
BSD 2-Clause "Simplified" License
70 stars 39 forks source link

Multibyte support? #11

Open PabloK opened 8 years ago

PabloK commented 8 years ago

Hi I have gotten your bindings to work. But I'm Having trouble with multibyte suport. Is this a known issue and what would be needed to resolve it?

gedex commented 8 years ago

Can you give specific example of the issue?

PabloK commented 8 years ago

I tried to search for the tag "Blå" in swedish. I have found the error thanks to the following post.

http://stackoverflow.com/questions/33844707/scandinavian-characters-not-working-in-go-lang-go-instagram-api-bindings

I corrected it and have sent a pull request.

gedex commented 8 years ago

I don't see your PR.