[issue12742] Add support for CESU-8 encoding

2011-08-29 Thread Adal Chiriliuc
Adal Chiriliuc added the comment: It's an internal web API at the place I work for. To be able to use it from Python in some form, I did an workaround in which I just stripped everything outside BMP: # replace characters outside BMP with 'REPLACEMENT CHARACTER' (U+FFFD) de

[issue12742] Add support for CESU-8 encoding

2011-08-12 Thread Adal Chiriliuc
New submission from Adal Chiriliuc : CESU-8 is identical with UTF-8 except that it has a different encoding format for surrogate characters. http://en.wikipedia.org/wiki/CESU-8 It is used by some web APIs. -- components: Unicode messages: 141958 nosy: adalx priority: normal severity

[issue2857] Add "java modified utf-8" codec

2011-08-12 Thread Adal Chiriliuc
Adal Chiriliuc added the comment: Python does have other "weird" encodings like bz2 or rot13. Beside, batteries included :) -- ___ Python tracker <http://bugs.python.

[issue2857] add codec for java modified utf-8

2011-05-10 Thread Adal Chiriliuc
Adal Chiriliuc added the comment: I use the hachoir Python package to parse Java .class files and extract the strings from them and having support for Java modified UTF-8 would have been nice. -- nosy: +adalx ___ Python tracker <h

[issue7863] platform module doesn't detect Windows 7

2010-02-05 Thread Adal Chiriliuc
New submission from Adal Chiriliuc : Running python 32 bit on Windows 7 64 bit: >>> import platform >>> platform.platform() 'Windows-post2008Server-6.1.7600' Should be corrected to display 'Windows-7-6.1.7600' Fix: >

[issue6900] Sub-optimal "Locate" button behaviour in Windows CHM file

2009-12-21 Thread Adal Chiriliuc
Adal Chiriliuc added the comment: This seem to have been broken when the help file style was changed (from 2.5 to 2.6). I'm also bothered by this issue, since you cannot locate easily now related modules. For example, in the old help version I would go in the index to urllib, displa

[issue1546] Win32 Platform SDK conflict

2007-12-03 Thread Adal Chiriliuc
Adal Chiriliuc added the comment: Sorry, I just saw that this was fixed on head :( __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1546> __ ___ Python-bugs-list

[issue1546] Win32 Platform SDK conflict

2007-12-03 Thread Adal Chiriliuc
New submission from Adal Chiriliuc: The WRITE_RESTRICTED macro defined in structmember.h (value 4) conflicts with the WRITE_RESTRICTED macro defined in winnt.h (value 8) in the newer Win32 Platform SDK (such as the one included in Visual Studio 2008). It generates a warning and could