datacamp / datacamp-light

Convert any blog or website to an interactive learning platform for data science
GNU Affero General Public License v3.0
1.31k stars 359 forks source link

Incorrect rendering of accented characters #34

Closed filipsch closed 6 years ago

filipsch commented 7 years ago

@dfalbel commented on Tue Dec 27 2016

When using accented characters in exercises code comments, the sample code is ok:

capturar

When I run the code, the accented characters are rendered wrong in the console

capturar2

Here a reproducible example.

Thanks very much!


@filipsch commented on Tue Dec 27 2016

@dfalbel I though you'd bump into that one... Our backend currently does not support exotic characters other than the utf8 ones... It's an issue that we're hoping to solve soon. Until then, I suggest you don't use any ã, ú etc... I bumped it up the issue queue internally, I'll let you know if we figure out a solution.


@dfalbel commented on Tue Dec 27 2016

No problems! Thanks for great support.


@filipsch commented on Mon Feb 20 2017

Something that has to be addressed on the datacamp-light project.

iamarcel commented 6 years ago

@dfalbel Looks like this is fixed in the new version of DataCamp Light!

screenshot_2018-05-30_17-13-56

It's in beta right now but feel free to try it out---just change the script import tag to this one:

<script type="text/javascript" src="//cdn.datacamp.com/dcl-react.js.gz"></script>