<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Jonathan Kew wrote:<br>
<br>
<blockquote
 cite="mid:50A6F18C-6839-4CCB-BECD-3841C56B136B@jfkew.plus.com"
 type="cite">
  <pre wrap=""><!---->From the macro name there, it looks like something is trying to do  
UTF8 decoding in TeX macros, which is not valid as xetex interprets  
the UTF8 bytes into Unicode values itself. Does moderncv perhaps do  
\usepackage[utf8]{inputenc}, or some other encoding-related magic?

JK
  </pre>
</blockquote>
<br>
<br>
>From the moderncv.cls we find:<br>
<br>
<blockquote type="cite">% fontenc package<br>
\RequirePackage[T1]{fontenc}<br>
</blockquote>
<br>
as well as:<br>
<br>
<blockquote type="cite">% symbols like \Telefon, \Mobilefone, \Letter
and \Email<br>
\RequirePackage{marvosym}<br>
  <br>
% extended characters of T1 in .ps + other guillemets<br>
%\RequirePackage{ae,aecompl,aeguill}<br>
</blockquote>
<br>
<br>
<br>
<br>
<br>
<pre class="moz-signature" cols="72">-- 
United in adoration of Jesus, 



fr. michael gilmary, mma

Most Holy Trinity Monastery
67 Dugway Road
Petersham, MA 01366-97255</pre>
</body>
</html>