LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (September 2010, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Tue, 7 Sep 2010 13:11:56 -0500
Reply-To:     Joe Matise <snoopy369@GMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Joe Matise <snoopy369@GMAIL.COM>
Subject:      Re: remove accents in strings
Comments: To: Lamack Lamack <mar.lamack@hotmail.com>
In-Reply-To:  <SNT117-W5777A110212B3B6DA7B4196710@phx.gbl>
Content-Type: text/plain; charset=ISO-8859-1

Accents as in é (or, e accent aigu/accute accent if that doesn't display on your email system)? Not that I know of, though you could use TRANSLATE to translate them if you have a reasonably small number (most single languages have only a handful, and it would be trivial to write a translate routine to translate them to their unaccented characters).

-Joe

On Tue, Sep 7, 2010 at 12:57 PM, Lamack Lamack <mar.lamack@hotmail.com>wrote:

> Dear all, is there a SAS function to remove all accents in strings? > > best regards. > > JL >


Back to: Top of message | Previous page | Main SAS-L page