From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: despen@verizon.net Newsgroups: gmane.emacs.help Subject: Re: Porting emacs Date: Sat, 19 Feb 2011 18:23:37 -0500 Organization: A noiseless patient Spider Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1298159145 12127 80.91.229.12 (19 Feb 2011 23:45:45 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 19 Feb 2011 23:45:45 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Feb 20 00:45:42 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PqwUc-0005w4-EA for geh-help-gnu-emacs@m.gmane.org; Sun, 20 Feb 2011 00:45:41 +0100 Original-Received: from localhost ([127.0.0.1]:35388 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PqwPg-0004lz-Fs for geh-help-gnu-emacs@m.gmane.org; Sat, 19 Feb 2011 18:40:32 -0500 Original-Path: usenet.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsfeed00.sul.t-online.de!t-online.de!news.buerger.net!newsfeed.datemas.de!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 19 Injection-Info: mx01.eternal-september.org; posting-host="jHG/q4CDuHQ12inYDCpZIQ"; logging-data="15492"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19XJ/okopWIj6lci9ub97klMlENjiz6uWY=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) Cancel-Lock: sha1:dFP+Nwp4qmpIHbv3VshF9p+YW/4= sha1:rCtvKtDry10nSUwy9NpkkgF1Nxs= Original-Xref: usenet.stanford.edu gnu.emacs.help:185080 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:79243 Archived-At: Boris Moskalev writes: > Hello > > I'm trying to porting emacs to z/OS now. And now I have some problem with porting due there is using EBCDIC encoding. > Could you help me for that problem. May be exist simple answer and I just have to add codes of EBCDIC somewhere. Looks like someone beat you to it. http://www-03.ibm.com/systems/z/os/zos/features/unix/tools/ I'm pretty sure the best way to go is leave the code in ASCII. There's little about z/OS that requires EBCDIC. You would of course want to edit EBCDIC datasets but that's more a matter of translating the data. I haven't looked at the port I don't know if someone has done that or not.