On 1/13/21 8:57 PM, Grant Edwards wrote:
On 2021-01-13, n952162 <n952...@web.de> wrote:
# -*- coding: utf-8 -*- [ this has to be in line1 or line2!!! ]
If you have that line in your source code, make sure your editor is
saving the file in UTF-8 encoding.
Oh, I think that gave me a solution!
# -*- coding: latin1 -*- [ this has to be in line1 or line2!!! ]
seems to work. At least, I got some other errors now ;-)
What encoding is your editor using?
--
Grant
vi? How would I determine that? My locale is C