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 (October 2001, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Mon, 15 Oct 2001 10:16:30 +0800
Reply-To:     Eden Don <edendon@263.NET>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Eden Don <edendon@263.NET>
Subject:      change default charset option from ODS output
Content-Type: text/plain; charset="US-ASCII"

Dear all,

I just want to know the way to change the default charset option from ODS output.

The program is below. ======================================= goptions DEVICE=ActiveX; ods html file=_webout;

proc gchart data=tmp_2; pie pro_cls / sumvar=cou_js across=2 other=5 clockwise slice=outside percent=outside coutline=black noheading; run; quit; ods html close; =====================================

And the default charset from the generated html file is "iso-8859-1".

<META http-equiv="Content-type" content="text/html; charset=iso-8859-1">

Could anybody tell me the way to change the charset to "us-ascii"? Thanks very much in advance.

Eden


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