[texhax] package inputenc error: invalid UTF-8 byte 146

David Carlisle d.p.carlisle at gmail.com
Thu Jun 14 17:53:24 CEST 2018


> \usepackage[ascii]{inputenc}

don't declare ascii if you have byte 146, you said you had saved your
document as cp1252 so use

\usepackage[ansinew]{inputenc}

On 14 June 2018 at 16:38, Ron RJF Fehd <ron.fehd.macro.maven at gmail.com> wrote:
> thank you Lars
>
> \usepackage[ascii]{inputenc}
>
> solved the main problem; I can now assemble my main document via a test-doc.
>
> Now I have to work my way back through my various \input and *.sty files
> to see which character generates this error:
>
> ! Package inputenc Error: Keyboard character used is undefined
>
> (inputenc) in inputencoding `ascii'.
>
>
>
> Ron Fehd  Atlanta GA USA
>
> _______________________________________________
> TeX FAQ: http://www.tex.ac.uk/faq
> Mailing list archives: http://tug.org/pipermail/texhax/
> More links: http://tug.org/begin.html
>
> Automated subscription management: http://tug.org/mailman/listinfo/texhax
> Human mailing list managers: postmaster at tug.org


More information about the texhax mailing list