Help me to understand. I run the script in Raspberry PI in Python 2.7.9:
#! /usr/bin/python # -*- coding: utf-8 -*- print "Hello" print "Привет" print u'Привет' Result:
Hello
п ÷ I─п╦п╡п╣я┌
п ÷ I─п╦п╡п╣я┌
File saved in UTF encoding (without BOM). Russian language in the console is present. I do not understand what's the matter.