> On 2 Aug 2025, at 14:17, Patrick Dupre via users <users@xxxxxxxxxxxxxxxxxxxxxxx> wrote: > > Hello, > > Opnening a file with gedit I get > > > The file you opened has some invalid characters. If you continue editing this file you could corrupt this document. > > file says > ISO-8859 text This is an 8bit encoding. > > instead of > ASCII text This is a 7bit encoding. > > How can I identify which characters is not ASCII? It is all the bytes with a value >= 128. You could just convert using iconv from iso8859 to utf-8 and not lose data. Barry > > Thank > > =========================================================================== > Patrick DUPRÉ | | email: pdupre@xxxxxxx > =========================================================================== > > -- > _______________________________________________ > 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 -- _______________________________________________ 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