Save your file in UTF8 format.
Verify the file format using the following (UNIX) command:
file -bi filename.tex
You should see:
text/x-tex; charset=utf-8
Convert the file using iconv if it is not UTF8:
iconv --from-code=ISO-8859-1 --to-code=UTF-8 filename.txt > filename-utf.txt