Newsgroups: comp.sys.mac.programmer Path: utzoo!utgpu!nishri From: nishri@gpu.utcs.utoronto.ca (Alex Nishri) Subject: Dropping diacritical marks Message-ID: <1990Aug18.013542.28913@gpu.utcs.utoronto.ca> Organization: University of Toronto Computing Services Date: Sat, 18 Aug 90 01:35:42 GMT There is a function called UprString for uppercasing a string and optionally dropping diacritical marks. Is there one for just dropping diacritical marks? I have a string representing a name which I would like to send to a network which doesn't support diacritical marks. I plan to use the Transliterate function to convert the name into Roman text, but now I need to make sure any accents are dropped as well. Thanks, Alex Nishri nishri@utcs.utoronto.ca