From 2581764f21aedb266e6e9c94e3c003cfd37827a9 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Mon, 10 Apr 2000 19:45:09 +0000 Subject: [PATCH] Version 1.3 of the Python Unicode Integration proposal. --- Misc/unicode.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Misc/unicode.txt b/Misc/unicode.txt index ce74c05bd1..68a4228e43 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 -- 2.40.0