From a5abdb30938fef93407f3d40de81a20ab3c928db Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Thu, 6 Apr 2006 11:25:37 +0000 Subject: [PATCH] Bug #1465619: rot13 codec decodes to a Unicode string. (backport from rev. 43701) --- Doc/lib/libcodecs.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/libcodecs.tex b/Doc/lib/libcodecs.tex index b65e1f4767a6..b697bc69e614 100644 --- a/Doc/lib/libcodecs.tex +++ b/Doc/lib/libcodecs.tex @@ -956,7 +956,7 @@ listed as operand type in the table. \lineiv{rot_13} {rot13} - {byte string} + {Unicode string} {Returns the Caesar-cypher encryption of the operand} \lineiv{string_escape} -- 2.47.3