From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Oleksandr Gavenko Newsgroups: gmane.emacs.help Subject: Re: Porting emacs Date: Sun, 20 Feb 2011 13:10:46 +0000 Message-ID: References: <324A05DF192096449779C769E91F108307BC6AE6@nwt-s-mbx2.rocketsoftware.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1298207517 1567 80.91.229.12 (20 Feb 2011 13:11:57 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 20 Feb 2011 13:11:57 +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 14:11:53 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 1Pr94r-0001Kv-Jj for geh-help-gnu-emacs@m.gmane.org; Sun, 20 Feb 2011 14:11:53 +0100 Original-Received: from localhost ([127.0.0.1]:52472 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pr94q-0003gK-Jh for geh-help-gnu-emacs@m.gmane.org; Sun, 20 Feb 2011 08:11:52 -0500 Original-Received: from [140.186.70.92] (port=35674 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pr94D-0003cX-Cx for help-gnu-emacs@gnu.org; Sun, 20 Feb 2011 08:11:14 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pr94C-0001xH-GJ for help-gnu-emacs@gnu.org; Sun, 20 Feb 2011 08:11:13 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:55706) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pr94C-0001xB-Ah for help-gnu-emacs@gnu.org; Sun, 20 Feb 2011 08:11:12 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Pr947-000113-CE for help-gnu-emacs@gnu.org; Sun, 20 Feb 2011 14:11:07 +0100 Original-Received: from 27-18-202-46.pool.ukrtel.net ([46.202.18.27]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 20 Feb 2011 14:11:07 +0100 Original-Received: from gavenkoa by 27-18-202-46.pool.ukrtel.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 20 Feb 2011 14:11:07 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 24 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 27-18-202-46.pool.ukrtel.net User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6 In-Reply-To: <324A05DF192096449779C769E91F108307BC6AE6@nwt-s-mbx2.rocketsoftware.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 80.91.229.12 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:79253 Archived-At: On 2011-02-18 12:15, Boris Moskalev wrote: > 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. > How about check (written Emacs version 19.34): http://www-03.ibm.com/systems/z/os/zos/features/unix/library/IBM+Redbooks/index.html#emacs If I proper remember when we port cryptographic lib to z/OS we only convert source (ANSI C) encoding from ASCII to EBCDIC to compile sources with XL compiler for z/OS. There are exist GCC for this platform, but we have trouble with it (static library from GCC binary incompatible with XL but I don't remember how). Ask more specific questions. -- Best regards!