python-visualization/branca

rendering utf-8 with Iframe

knil-sama opened this issue · 1 comments

Hi everyone,

When I put html in my popup on folium using the IFrame element, I got the following issue with utf-8 encoded text.
bad_folium_rendering
I tracked the issue and find that the charset was missing in the html part of the iframe, after I put it I got the expected result.
good_folium_rendering
I put my correction into the pull request below
#14

If that good for you I hope that it can be merged soon.

Regards

Should be fixed in #18