Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 5129 invoked from network); 11 Apr 2005 20:13:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Apr 2005 20:13:42 -0000 Received: (qmail 47386 invoked by uid 500); 11 Apr 2005 20:13:34 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 47328 invoked by uid 500); 11 Apr 2005 20:13:34 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 47311 invoked by uid 99); 11 Apr 2005 20:13:33 -0000 X-ASF-Spam-Status: No, hits=2.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,FORGED_YAHOO_RCVD X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from web30905.mail.mud.yahoo.com (HELO web30905.mail.mud.yahoo.com) (68.142.200.158) by apache.org (qpsmtpd/0.28) with SMTP; Mon, 11 Apr 2005 13:13:32 -0700 Received: (qmail 30753 invoked by uid 60001); 11 Apr 2005 20:13:29 -0000 Message-ID: <20050411201329.30751.qmail@web30905.mail.mud.yahoo.com> Received: from [65.247.233.95] by web30905.mail.mud.yahoo.com via HTTP; Mon, 11 Apr 2005 13:13:29 PDT Date: Mon, 11 Apr 2005 13:13:29 -0700 (PDT) From: Matt Benson Subject: RE: convert ascii to ebcdic files using ant To: Ant Users List In-Reply-To: 6667 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Googling suggests that Cp1047 may work. -Matt --- Dominique Devienne wrote: > > From: Mark Lybarger [mailto:mlybarger@gmail.com] > > > > is there a way using ant to convert a folder full > of ascii text files > into > > ebcdic files? we're pulling cvs on a linux box and > want to be able to > > build > > the ear for deployment on zos. for some reason, > some of the files > _have_ > > to > > be ebcdic encoded files. i think the issue is that > the ebcdic files > are > > being looked at only by the IBM Http Server, and > not by the WAS > server. > > > > anyway, suggestions would be welcome. > > now has an 'outputencoding' attribute. But > EBCDIC is not part of > the standard set of charsets supported by Java > (US-ASCII, ISO-8859-1, > and various UTF-8 and UTF-16) are. But it also > mentions more charsets > may be available. I don't know more, sorry. --DD > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > user-unsubscribe@ant.apache.org > For additional commands, e-mail: > user-help@ant.apache.org > > __________________________________ Do you Yahoo!? Yahoo! Small Business - Try our new resources site! http://smallbusiness.yahoo.com/resources/ --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org