I can not write some French letters (é, è, â, ...) when I use the font Constantia.
This is what I declared before the start of my document:
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{fontspec}
\setmainfont{Constantia}
How can I use this font and be able to write in French without a problem ?
Here is the full packages list I loaded:
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{fontspec}
\setmainfont{Constantia}
\usepackage[frenchb]{babel}
\usepackage[english]{babel}
\usepackage{multirow}
\usepackage{listings}
\usepackage[export]{adjustbox}
\usepackage{bchart}
\usepackage{array}%for setting cells length
\usepackage{color}
\usepackage{colortbl}
\usepackage[grey,utopia]{quotchap}
\usepackage{tabularx}
\usepackage{enumitem}
\usepackage{pifont}
\frenchbsetup{StandardLists=true}
\usepackage{wasysym}%for the phone
\usepackage[square, numbers, comma, sort&compress]{natbib}

inputencand offontenc. Where did you download the font? – egreg Apr 28 '14 at 17:45Constantiaexists infontspecpackage – Apr 28 '14 at 17:49inputencif you don't load it. – egreg Apr 28 '14 at 17:52inputenc. You need to provide a minimal working example (MWE) that illustrates the problem. – Nicola Talbot Apr 28 '14 at 17:56inputencandfontencpackages. See http://tex.stackexchange.com/questions/58761/xelatex-fontspec-restore-original-fonts – aignas Apr 28 '14 at 22:40inputencandfontencbut the problem was there) – Apr 29 '14 at 05:45inputencandfontenc), yet I see them at the very beginning of your edited code snippet. – Mico Apr 29 '14 at 05:54