Re: [IronPython] Encoding Issue with Hex

2008-01-07 Thread Davy Mitchell
Thanks for the workaround Seo :-) On Jan 7, 2008 12:00 AM, Sanghyeon Seo <[EMAIL PROTECTED]> wrote: > 2008/1/7, Davy Mitchell <[EMAIL PROTECTED]>: > > There's a few encoding issues on CodePlex. Does this fall under one of them? > > > > IronPython console: IronPython 2.0A6 (2.0.11102.00) on .NET 2.

Re: [IronPython] Encoding Issue with Hex

2008-01-06 Thread Sanghyeon Seo
2008/1/7, Davy Mitchell <[EMAIL PROTECTED]>: > There's a few encoding issues on CodePlex. Does this fall under one of them? > > IronPython console: IronPython 2.0A6 (2.0.11102.00) on .NET 2.0.50727.1433 > Copyright (c) Microsoft Corporation. All rights reserved. > >>> _BYTES = '7FF87FF0

[IronPython] Encoding Issue with Hex

2008-01-06 Thread Davy Mitchell
Hi All, There's a few encoding issues on CodePlex. Does this fall under one of them? Python 2.4.4 (#71, Oct 18 2006, 08:34:43) [MSC v.1310 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> _BYTES = '7FF87FF0'.decode('hex')