
On 31/10/2020 15.25, Carl Hartung wrote:
On Sat, 31 Oct 2020 11:13:36 +0100 Carlos E. R. wrote:
8< - - - - - snipped - - - - - >8
It appears that I used it in the past, it has memory (recent files) of an html file I edited on 2007, but complains of something (DTD not known to me or similar).
Ok, I open the current file. Not bad, but can't cope with utf-8 chars.
shows "Baden-W�rttemberg", "What�s Next"...
I only ever saw this after opening files I'd received from clients who were running Windows. I'd refer them to EditPad Lite (an end-of-line marker + utf-8 / windows-1252 etc. character set aware 'drop in' replacement for Notepad.)
Apparently Composer created the file using 1252 (I don't know if I can alter that), and Quanta can not cope with it. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="content-type" content="text/html; charset=windows-1252"> </head> It seems that I can not convert it to UTF, but I can create a new file in unicode: <meta http-equiv="content-type" content="text/html; charset=UTF-8"> and then paste the text over, and it holds. -- Cheers / Saludos, Carlos E. R. (from 15.1 x86_64 at Telcontar)