<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
Thanks to all who responded. Ross Moore wrote:
<div class=""><br class="">
</div>
<div class="">
<blockquote type="cite" class=""><span style="background-color: rgb(255, 255, 255);" class="">Before doing anything that may change the contents of a file, make sure that you take one or more copies, and only ever work on a copy.</span><br class="">
</blockquote>
<div><br class="">
</div>
<div>Good advice. I still have the original old file, I worked on a copy.</div>
<div><br class="">
</div>
<div>I decided to try the suggestion from Giovanni Dore. I don’t have Alpha anymore so I used BBEdit. As I wrote in my original post I did open the file in BBEdit but not with Western (Mac OS Roman) encoding. Now, as Giovanni, I opened it in Western (Mac OS
 Roman) encoding. And hey presto, all my accented characters appeared just fine. </div>
<div><br class="">
</div>
<div>I then copied this text to my new file with the preamble (top line with a macro as suggested by Herb)</div>
<div><br class="">
</div>
<div>
<div>% !TEX encoding = MacOSRoman</div>
<div>\documentclass[a4paper]{article}</div>
<div><br class="">
</div>
<div>\usepackage[magyar, english]{babel}</div>
<div><br class="">
</div>
<div>\usepackage[applemac]{inputenc}</div>
<div class=""><br class="">
</div>
</div>
<div>and everything worked. Well, almost. The characters \H{o} and \H{u} when entered from the keyboard (changed to Hungarian) show correctly in the source but did not typeset and resulted in a ?.</div>
<div><br class="">
</div>
<div>Any ideas anyone? Is this a font problem? I tried \usepackage[T1]{fontenc} and \usepackage{lmodern} to no avail.</div>
<div><br class="">
</div>
<div>There is of course the dirty method of find and replace …</div>
<div><br class="">
</div>
<div>Peter</div>
<div class=""><br class="">
</div>
<br class="">
</div>
</body>
</html>