Hello,
I draw a use case diagram with MagicDraw and save it as EPS file. Now I want to integrated it into my TeX file by using eps2pdf. It works so far, but the picture includes german umlauts like ä,ö or ü and they will be shown as "?" (question marks).
What could I do to solve this problem?
Greetings, Lony
Important packages:
\usepackage[ngerman]{babel}
\usepackage[T1]{fontenc}
\usepackage[latin9]{inputenc}
\usepackage{lmodern}
\usepackage{epstopdf}
\usepackage[pdftex]{graphicx}