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
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
Adal Chiriliuc added the comment:
Python does have other "weird" encodings like bz2 or rot13.
Beside, batteries included :)
--
___
Python tracker
<http://bugs.python.
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
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:
>
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
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
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