Answer the question
In order to leave comments, you need to log in
Why does VS CODE chew Russian letters?
When the program starts, the following path is called: c:/Users/ladislav/Desktop/Yaroslav/kvartiri.py
but in fact the path is c:/Users/Vladislav/Desktop/Yaroslav/kvartiri.py
Answer the question
In order to leave comments, you need to log in
where exactly do you see the absence of a letter? in the cmd console if you display the __file__ variable?
I would also do a test, name the program file also in Russian, using the 'Vladislav.py' name too, or at least this disappearing capital letter to make sure that this vs code is buggy with Russian letters or something.
language locale is Russian?
I'm not sure how it is with windows, but in linux, correct work with names with single-byte encodings without configured language support is not guaranteed (although no one in their right mind sets utf8 there). In windows, at some point, a single-byte encoding is turned on in the launch console (even if the studio itself is already working with unicode), if it’s not Russian, then the devil himself will break his leg what happens (and you probably have Ukrainian?)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question