|
>As Enrico said above, Geany will
not load a file containing NULs, thats one of the >causes of
the "binary file" error message, so check if the files contain
That indeed seems to be the problem. Appears that when Windows saves an email as text, it puts \x{00} at the end of the file which persuades Geany to open in encoding UTF-16LE At all events, I have added the line s/\x{00}//; to my Perl script that does DOS to Unix, and, for all the files that I have tried so far, Geany is now happy. Many thanks Richard H On 10/22/2013 02:40 AM, Lex Trotman wrote:
|
_______________________________________________ Users mailing list [email protected] https://lists.geany.org/cgi-bin/mailman/listinfo/users
