datacamp/tutorial

Incorrect rendering of accented characters

dfalbel opened this issue · 4 comments

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!

@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.

No problems! Thanks for great support.

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