Gentoo Archives: gentoo-user

From: Grant Edwards <grant.b.edwards@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: python3 question
Date: Wed, 13 Jan 2021 19:57:55
Message-Id: rtnjbn$mhs$1@ciao.gmane.io
In Reply to: Re: [gentoo-user] python3 question by n952162
1 On 2021-01-13, n952162 <n952162@×××.de> wrote:
2
3 > # -*- coding: utf-8 -*- [ this has to be in line1 or line2!!! ]
4
5 If you have that line in your source code, make sure your editor is
6 saving the file in UTF-8 encoding.
7
8 > Oh, I think that gave me a solution!
9 >
10 > # -*- coding: latin1 -*- [ this has to be in line1 or line2!!! ]
11 >
12 > seems to work. At least, I got some other errors now ;-)
13
14 What encoding is your editor using?
15
16 --
17 Grant

Replies

Subject Author
Re: [gentoo-user] Re: python3 question n952162 <n952162@×××.de>