I'm having an issue with replacing babel with polyglossia: French ``high'' punctuation in polyglossia behaves differently in polyglossia that in babel.
Here are two examples that polyglossia typesets incorrectly: \usepackage{polyglossia} \setdefaultlanguage{french} «~M~» \verb|00:11:43:D4:86:A0| In the first case, polyglossia inserts two spaces after the opening quotation mark. In the second example, polyglossia incorrectly inserts a space before each colon. Thanks for your help, Juliusz \documentclass[a4paper]{article} \ifx\XeTeXrevision\undefined \usepackage[french]{babel} \usepackage[utf8]{inputenc} \else \usepackage{polyglossia} \setdefaultlanguage{french} \fi \begin{document} «~M~» \verb|00:11:43:D4:86:A0| \end{document} -------------------------------------------------- Subscriptions, Archive, and List information, etc.: http://tug.org/mailman/listinfo/xetex