• Marc-André Lemburg's avatar
    This patch finalizes the move from UTF-8 to a default encoding in · bff879ca
    Marc-André Lemburg yazdı
    the Python Unicode implementation.
    
    The internal buffer used for implementing the buffer protocol
    is renamed to defenc to make this change visible. It now holds the
    default encoded version of the Unicode object and is calculated
    on demand (NULL otherwise).
    
    Since the default encoding defaults to ASCII, this will mean that
    Unicode objects which hold non-ASCII characters will no longer
    work on C APIs using the "s" or "t" parser markers. C APIs must now
    explicitly provide Unicode support via the "u", "U" or "es"/"es#"
    parser markers in order to work with non-ASCII Unicode strings.
    
    (Note: this patch will also have to be applied to the 1.6 branch
     of the CVS tree.)
    bff879ca
Adı
Son kayıt (commit)
Son güncelleme
..
ACKS Loading commit data...
AIX-NOTES Loading commit data...
BLURB Loading commit data...
BLURB.LUTZ Loading commit data...
BLURB.WINDOWS Loading commit data...
COPYRIGHT Loading commit data...
Fixcprt.py Loading commit data...
HISTORY Loading commit data...
HPUX-NOTES Loading commit data...
HYPE Loading commit data...
Makefile Loading commit data...
Makefile.pre.in Loading commit data...
NEWS Loading commit data...
NEXT-NOTES Loading commit data...
PURIFY.README Loading commit data...
Porting Loading commit data...
README Loading commit data...
RENAME Loading commit data...
RFD Loading commit data...
bugrelease.txt Loading commit data...
ccpy-style.el Loading commit data...
cheatsheet Loading commit data...
comparisons Loading commit data...
editline-fix Loading commit data...
faq2html.py Loading commit data...
fixfuncptrs.sh Loading commit data...
indent.pro Loading commit data...
legalfaq.txt Loading commit data...
python-mode.el Loading commit data...
python.man Loading commit data...
renumber.py Loading commit data...
setuid-prog.c Loading commit data...
unicode.txt Loading commit data...
vgrindefs Loading commit data...
wetsign.txt Loading commit data...