]> granicus.if.org Git - python/commit
Marc-Andre Lemburg <mal@lemburg.com>:
authorMarc-André Lemburg <mal@egenix.com>
Wed, 7 Jun 2000 09:13:21 +0000 (09:13 +0000)
committerMarc-André Lemburg <mal@egenix.com>
Wed, 7 Jun 2000 09:13:21 +0000 (09:13 +0000)
commit90e81471181e4afa841505b6fe81b379b64001de
tree814ead2fb2bb59cd171e10aa6b961e1536994f8c
parent753131c90a375adc605f93343c897026d199577c
Marc-Andre Lemburg <mal@lemburg.com>:
Change the default encoding to 'ascii' (it was previously
defined as UTF-8).

Note: The implementation still uses UTF-8 to implement
the buffer protocol, so C APIs will still see UTF-8. This
is on purpose: rather than fixing the Unicode implementation,
the C APIs should be made Unicode aware.
Objects/unicodeobject.c