I'm downloading BibTex entries, but often there are random characters which will not show up in the output PDF, e.g. àèìòùáéíóúäëïöüâêîôûÿøÀÈÌÒÙÁÉÍÓÚÄËÏÖÜ but this list isn't comprehensive (random foreign letters which I cannot type).
I've tried things like
grep -nP '[^a-zA-Z0-9\/,=!@#$%^&*()_]' ~/Documents/Library.bib
but there has got to be an easier way than this.
How can I grep or use perl regex for any character I cannot type on the keyboard (is this ASCII too?) e.g. if I have an "n" with an accent is there some way I can know that?