I would like in insert a picture in latex with a file contains latin1 characters, however i get an error

\documentclass{article}
\usepackage{graphicx} %package to manage images
\graphicspath{ {./images/} }
\begin{document}
\includegraphics[width=1\textwidth,height=6cm]{images/Côte d'Ivoire_Pillar.eps}
\end{document}