Dear all, I could get the proper characters using LaTeX with the preamble: \usepackage{palatino} \usepackage[T1]{fontenc} \usepackage[applemac]{inputenc} The result can be seen below. But I would like to achieve this in ConTeXt (not necessarily with Palatino). Can anyone give me advice on the setup commands needed. I have tried various ways but nothing has worked so far. My ConTeXt input file looks like this without any of the setups that I had been trying. I am using Gerben's installation on a Mac G4 OS 10.2.6. Also what command do I need to use mac inputencoding in ConTeXt. I think I saw it mentioned on one of the manuals but I cannot find it again. Thank you very much in advance, Charlie Doherty \definedescription [term] [location=serried,headstyle=bold,width=broad,before=\blank,after=\blank] \starttext \term{Smerwick} {\em Smj\k{o}r-u\'\i k}, `butter bay', Co.\ Kerry. \term{Larne} {\em Ulfreksfj\k{o}r\dh r}, `Ulfrekr's fjord'. Now the town of Larne in Co.\ Antrim. \term{Strangford} {\em Strangfj\k{o}r\dh r}, `rough, rapid fjord', Co.\ Down. \term{Carlingford} {\em Kerlingafj\k{o}r\dh r}, `fjord of the hags', Co.\ Louth. \stoptext