B
B
Badim_Vobrov2020-06-03 00:36:40
Sublime Text
Badim_Vobrov, 2020-06-03 00:36:40

Diamonds with questions in Sublime text?

5ed6c5fe42e49996674591.jpeg

Hello, please tell me how to remove this error?
I tried to change it in the control panel, the encoding is written as utf-8

I also tried to write the code first, it didn’t help
# -*- coding: utf-8 -*-
# !/usr/bin/env python

tried this too
{
"cmd" : ["python", "-u", "$file"],
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
"selector": "source.python",
"encoding": "utf8",
"env": {"PYTHONIOENCODING": "utf-8", "LANG": "en_US.UTF-8"},
}

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question