[IronPython] Encoding Issue with Hex

Sanghyeon Seo sanxiyn at gmail.com
Mon Jan 7 01:00:01 CET 2008


2008/1/7, Davy Mitchell <daftspaniel at gmail.com>:
> 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 = '7FF80000000000007FF0000000000000'.decode('hex')
> Traceback (most recent call last):
>   File , line 0, in ##233
> LookupError: unknown encoding: hex

Yes. But "import encodings" should make hex encoding available.

-- 
Seo Sanghyeon



More information about the Ironpython-users mailing list