Re: [Ironpython-users] ipy64 Unicode file vs. pipe

2013-04-04 Thread Curt Hagenlocher
m: forum.codesys.com > > *Managing Directors: Dipl.Inf. Dieter Hess, Dipl.Inf. Manfred Werner* | *Trade > register: Kempten HRB 6186* | *Tax ID No.: DE 167014915** ***** > > *Von:* Ironpython-users [mailto:ironpython-users-bounces+m.schaber= > codesys@python.org] *Im Auftrag v

Re: [Ironpython-users] ipy64 Unicode file vs. pipe

2013-04-04 Thread Markus Schaber
npython-users-bounces+m.schaber=codesys@python.org] Im Auftrag von Slide Gesendet: Donnerstag, 4. April 2013 00:32 An: malc...@ieee.org Cc: ironpython-users@python.org Betreff: Re: [Ironpython-users] ipy64 Unicode file vs. pipe Pipe vs. file differences would probably be the realm of the shel

Re: [Ironpython-users] ipy64 Unicode file vs. pipe

2013-04-03 Thread Slide
Pipe vs. file differences would probably be the realm of the shell you are running under, not ipy. To ipy, its just stdout. On Wed, Apr 3, 2013 at 12:25 PM, Malcolm Slaney wrote: > Maybe this is well known, but I couldn't find it on the web. > > Iron Python is pretty wonderful, but it gave me ve

[Ironpython-users] ipy64 Unicode file vs. pipe

2013-04-03 Thread Malcolm Slaney
Maybe this is well known, but I couldn't find it on the web. Iron Python is pretty wonderful, but it gave me very confusing output. It likes Unicode. But I don't want Unicode output. All my output (as part of a processing chain) are numbers and spaces. ASCII is good for this (and that's what