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 (February 2011, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Fri, 18 Feb 2011 09:32:01 -0600
Reply-To:     Joe Matise <snoopy369@GMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Joe Matise <snoopy369@GMAIL.COM>
Subject:      Re: Fileinput, UTF-8 encoding and ¤ as delimiter
Comments: To: Majd Mirza <majood@majdmirza.com>
In-Reply-To:  <AANLkTikao9VtYVw3TrzC5OHFB7bK=fhCkKnQ+YE4Uw3u@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

Is it possible it's technically a different character code in UTF-8? You might try identifying the character's underlying code value and using that in case they're technically different characters. I am not completely sure that the SAS program editor will always correctly encode characters written into the code when in UTF-8, though this is by no means my area of expertise...

-Joe

On Fri, Feb 18, 2011 at 9:17 AM, Majd Mirza <majood@majdmirza.com> wrote:

> Dear all, > > I'm having a problem reading ¤-delimited data (Currency sign) in SAS > UTF-8 mode. > Does anybody know why SAS doesn't recognize this symbol in UTF-8 mode? it > works fine using english mode. > > Any work around? > > Best regards, > Majd >


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