Re: [IronPython] Problems with 8-bit strings

2007-11-27 Thread Dino Viehland
07 11:29 AM To: Discussion of IronPython Subject: Re: [IronPython] Problems with 8-bit strings I didn't see a bug open, so I opened one: http://www.codeplex.com/IronPython/WorkItem/View.aspx?WorkItemId=14104 Thanks, Pat On Nov 24, 2007 3:54 PM, Dino Viehland <[EMAIL PROTECTED]> wrote: >

Re: [IronPython] Problems with 8-bit strings

2007-11-27 Thread Patrick Dubroy
_ > From: [EMAIL PROTECTED] [EMAIL PROTECTED] On Behalf Of Patrick Dubroy [EMAIL > PROTECTED] > Sent: Wednesday, November 21, 2007 12:18 PM > To: [email protected] > Subject: [IronPython] Problems with 8-bit strings > > > Hi, > > I've noticed th

Re: [IronPython] Problems with 8-bit strings

2007-11-24 Thread Dino Viehland
'm back after Thanksgiving. From: [EMAIL PROTECTED] [EMAIL PROTECTED] On Behalf Of Patrick Dubroy [EMAIL PROTECTED] Sent: Wednesday, November 21, 2007 12:18 PM To: [email protected] Subject: [IronPython] Problems with 8-bit strings Hi, I'

[IronPython] Problems with 8-bit strings

2007-11-21 Thread Patrick Dubroy
Hi, I've noticed that in the latest version of IronPython (2.0A6), I noticed some weird behaviour with 8-bit strings: IronPython console: IronPython 2.0A6 (2.0.11102.00) on .NET 2.0.50727.1378 Copyright (c) Microsoft Corporation. All rights reserved. >>> str("\x7e") '~' >>> st