From: Guido van Rossum Date: Mon, 10 Apr 2000 19:45:09 +0000 (+0000) Subject: Version 1.3 of the Python Unicode Integration proposal. X-Git-Tag: v1.6a2~16 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2581764f21aedb266e6e9c94e3c003cfd37827a9;p=thirdparty%2FPython%2Fcpython.git Version 1.3 of the Python Unicode Integration proposal. --- diff --git a/Misc/unicode.txt b/Misc/unicode.txt index ce74c05bd190..68a4228e434f 100644 --- a/Misc/unicode.txt +++ b/Misc/unicode.txt @@ -1,5 +1,5 @@ ============================================================================= - Python Unicode Integration Proposal Version: 1.2 + Python Unicode Integration Proposal Version: 1.3 ----------------------------------------------------------------------------- @@ -203,8 +203,9 @@ implemented by a module "codecs": codecs.register(search_function) Search functions are expected to take one argument, the encoding name -in all lower case letters, and return a tuple of functions (encoder, -decoder, stream_reader, stream_writer) taking the following arguments: +in all lower case letters and with hyphens and spaces converted to +underscores, and return a tuple of functions (encoder, decoder, +stream_reader, stream_writer) taking the following arguments: encoder and decoder: These must be functions or methods which have the same