Is it possible to make tasks in Pycharm EDU with non-English language?
I am trying to develop a course using PyCharm Edu. I find that I can't seem to get the tasks to display the html correctly if the text is in Chinese. I am using Ibus to encode the Chinese characters on an Arch Linux machine. Here is my latest attempt -still doesn't display on the task window:
<!DOCTYPE html>
<html lang="en">
<head><meta charset="utf-8" /></head>
<body>
写你的第一个程序!
<br>
</body>
</html>
Any pointers would be appreciated!
Please sign in to leave a comment.