Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #50546

Re: UTF-EBCDIC encoding?

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.mixmin.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <joel.goldstick@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.050
X-Spam-Evidence '*H*': 0.90; '*S*': 0.00; '[1]:': 0.09; 'cc:addr :python-list': 0.11; 'python': 0.11; '(relatively': 0.16; 'ebcdic': 0.16; 'subject:UTF': 0.16; 'unpack': 0.16; 'wayne': 0.16; 'thanks,': 0.17; 'wrote:': 0.18; 'trying': 0.19; 'file,': 0.19; 'cc:addr:python.org': 0.22; 'environment': 0.24; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'url:mailman': 0.30; 'url:wiki': 0.31; 'url:wikipedia': 0.31; 'anyone': 0.31; 'url:python': 0.33; 'fri,': 0.33; "can't": 0.35; 'tool': 0.35; 'received:google.com': 0.35; 'url:listinfo': 0.36; 'subject:?': 0.36; 'url:org': 0.36; 'pm,': 0.38; 'does': 0.39; '12,': 0.39; 'url:mail': 0.40; 'skip:u 10': 0.60; 'you.': 0.62; 'jul': 0.74; 'worthwhile.': 0.84; 'joel': 0.91; 'imagine': 0.93; '2013': 0.98
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=kehKCZxz/Q83fEHy37RdTT5wyZK6pCZ3lAXaSE0mBtQ=; b=FPwLwKsqXX2yxSuYzdQPnF892sWd9QWjiUj2dL2qXwhbm0QqDhzbDtEMIqHBrk1td+ yImmy/cvHdkECbddvgFB4UbzY81DfZsUXAAqLKFwGRV1DLMtnFQgLf+16QTKVg45XLAI kZnsR5qKgQOUqjnzB4nK198eNzT/5N6X/pLZDVjSed1Qr06IVDV1ZoSlqP62VeQc5QEd wtTZGcczttLs6nmQlFWNilR+70av33QE/YSSYJucTgCsCSktVdVc7RCoSpnAFkru7k1F dVPugs6PjsUJikBYB6alEQaEGxwsqGjetvaXND1CvVKE//K47OawqG2bVFA4548kWXN2 KxcA==
MIME-Version 1.0
X-Received by 10.52.119.233 with SMTP id kx9mr20510098vdb.50.1373654115077; Fri, 12 Jul 2013 11:35:15 -0700 (PDT)
In-Reply-To <alpine.DEB.2.02.1307121304470.2674@gilgamesh>
References <alpine.DEB.2.02.1307121304470.2674@gilgamesh>
Date Fri, 12 Jul 2013 14:35:14 -0400
Subject Re: UTF-EBCDIC encoding?
From Joel Goldstick <joel.goldstick@gmail.com>
To Wayne Werner <wayne@waynewerner.com>
Content-Type multipart/alternative; boundary=047d7bdc8be492d67804e154c580
Cc "python-list@python.org" <python-list@python.org>
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.4650.1373654122.3114.python-list@python.org> (permalink)
Lines 67
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1373654122 news.xs4all.nl 15873 [2001:888:2000:d::a6]:60335
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:50546

Show key headers only | View raw


[Multipart message — attachments visible in raw view] - view raw

On Fri, Jul 12, 2013 at 2:11 PM, Wayne Werner <wayne@waynewerner.com> wrote:

> Is anyone aware of a UTF-EBCDIC[1] decoder?
>
> While Python does have a few EBCDIC dialects in the codecs, it does not
> have the (relatively new?) UTF-EBCDIC one.
>
> Additionally, if anyone is aware of a Python tool that can unpack a
> mainframe PDS file, that would also be worthwhile.
>
>
> Thanks,
> Wayne
>
> [1]: https://en.wikipedia.org/wiki/**UTF-EBCDIC<https://en.wikipedia.org/wiki/UTF-EBCDIC>
> --
> http://mail.python.org/**mailman/listinfo/python-list<http://mail.python.org/mailman/listinfo/python-list>
>


I can't help you.  I'm astonished.  Trying to imagine the work environment
where this technology would be necessary

-- 
Joel Goldstick
http://joelgoldstick.com

Back to comp.lang.python | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Re: UTF-EBCDIC encoding? Joel Goldstick <joel.goldstick@gmail.com> - 2013-07-12 14:35 -0400
  Re: UTF-EBCDIC encoding? Owen Marshall <o@owenmarshall.invalid> - 2013-07-16 00:40 +0000
    Re: UTF-EBCDIC encoding? Roy Smith <roy@panix.com> - 2013-07-15 20:47 -0400

csiph-web