Path: utzoo!mnetor!tmsoft!torsqnt!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!cs.utexas.edu!usc!wuarchive!sdd.hp.com!caen!uwm.edu!rpi!uupsi!sunic!sics.se!ollef From: ollef@sics.se (Olle Furberg) Newsgroups: comp.sys.mac.programmer Subject: upper2lower() Message-ID: <1991Feb16.212018.1987@sics.se> Date: 16 Feb 91 21:20:18 GMT Sender: news@sics.se Organization: Swedish Institute of Computer Science, Kista Lines: 11 What's the right way to convert a letter from upper to lower case? For all letters A-Z, it's very easy. But how do I find the lower case version of "E" with acute accent? There's another problem with letters like "E" with trema, which only exists in some fonts (e.g. Times), how do I know if the current font hasn't put something else in the last 40 positions? /Olle