From 729156e7de27bd71e8a2d0c5676f8af236f4723b Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Thu, 6 Apr 2006 11:25:33 +0000 Subject: [PATCH] Bug #1465619: rot13 codec decodes to a Unicode string. --- 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 6baf1888ee8..8a2417eb5b9 100644 --- a/Doc/lib/libcodecs.tex +++ b/Doc/lib/libcodecs.tex @@ -1230,7 +1230,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}