Einbinden eines JPGs ruft Vielzahl von Fehlern hervor
Hallo,
alles wird wunderbar kompiliert, bis ich folgende Zeilen hinzufüge und das Bild "g.JPG"
  
    \begin{figure}[htb]
    \centering
    \input{img/g.JPG}
    \caption{\label{fig:g}AAA}
    \end{figure}
Folgende Fehler erhalte ich dann:
! Package inputenc Error: Keyboard character used is undefined
(inputenc)                in inputencoding `utf8'.
See the inputenc package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.1 ÿ
     ØÿáþExif  MM *    
You need to provide a definition with \DeclareInputText 
or \DeclareInputMath before using this key.
! Missing ) inserted for expression.
<to be read again> 
                   (
l.1 ÿØÿ
       áþExif  MM *    
I was expecting to see `+', `-', `*', `/', or `)'. Didn't.
! Missing = inserted for \ifnum.
<to be read again> 
                   (
l.1 ÿØÿ
       áþExif  MM *    
I was expecting to see `<', `=', or `>'. Didn't.
! Missing number, treated as zero.
<to be read again> 
                   (
l.1 ÿØÿ
       áþExif  MM *    
A number should have been here; I inserted `0'.
(If you can't figure out why I needed to see a number,
look up `weird error' in the index to The TeXbook.)
! Package inputenc Error: Unicode char Øÿ (U+)
(inputenc)                not set up for use with LaTeX.
See the inputenc package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.1 ÿØÿ
       áþExif  MM *    
Your command was ignored.
Type  I <command> <return>  to replace it with another command,
or  <return>  to continue without it.
! Missing ) inserted for expression.
<to be read again> 
                   (
l.1 ÿØÿáþ
          Exif  MM *    
I was expecting to see `+', `-', `*', `/', or `)'. Didn't.
(...und weitere)
Die Fehler beziehen sich auf eine ganz andere Zeile. Sobald ich den o.g. Code lösche, läuft alles durch.
Danke.