bradyvercher / gistpress

WordPress plugin to add Gist oEmbed and shortcode support with caching.
GNU General Public License v2.0
143 stars 28 forks source link

Suspected encoding problem with umlauts #76

Closed nils-a closed 4 years ago

nils-a commented 4 years ago

Expected Behavior

The gist should be displayed, as it is in github - using the "correct" encoding

Current Behavior

is is not. Instead of an "ä" I am seeing "ä" - this is "normal" if UTF8 is treated as ASCII.

Steps to Reproduce (for bugs)

see the gist at: https://gist.github.com/nils-a/60e687103f4dafc853f7292c29780efa/#file-concatenateallwordfiles-vba (line 3) and compare to https://blog.nils-andresen.de/2011/03/word-dokumente-zusammenfassen.html

Context

I feel this is a minor problem, as not many people are using german umlauts in their code :-)

Your Environment

GaryJones commented 4 years ago
Screenshot 2020-01-07 at 16 47 57

Confirming that it's coming from the API correctly.