disqus / DISQUS-API-Recipes

Cook all the things!
288 stars 132 forks source link

Updated C# example to support accents (diacritics) #26

Closed petrsvihlik closed 4 years ago

petrsvihlik commented 7 years ago

ASCII doesn't support characters like čřžýáí so I changed it to UTF8 and tested it. works just fine.

hlgott1593 commented 4 years ago

@petrsvihlik These changes have recently been addressed and merged in another pull request. https://github.com/disqus/DISQUS-API-Recipes/pull/31