Patrick Dupre via users writes:
Hello, Opnening a file with gedit I getThe file you opened has some invalid characters. If you continue editing this file you could corrupt this document.file says ISO-8859 text instead of ASCII text How can I identify which characters is not ASCII?
Forget about identifying them. Convert them to UTF-8, and call it a day. iconv -f iso-8859-1 -t utf-8 <filename.txt >filename2.txt Now gedit should be happy.
Attachment:
pgp_tJtIbAxv4.pgp
Description: PGP signature
-- _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue