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
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
>
|