From 2c246b25f930852dc266827e38210df1dadbe13e Mon Sep 17 00:00:00 2001 From: Brendan O'Dea Date: Mon, 16 Feb 2004 10:27:17 +1100 Subject: [PATCH] Fix typo in doc for Encode From: "Brendan O'Dea" Message-ID: <20040215122717.GA26812@londo.c47.org> p4raw-id: //depot/perl@22310 --- ext/Encode/Encode.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/Encode/Encode.pm b/ext/Encode/Encode.pm index fe1a342..94468d8 100644 --- a/ext/Encode/Encode.pm +++ b/ext/Encode/Encode.pm @@ -743,7 +743,7 @@ implementation. As such, they are efficient but may change. If CHECK is true, also checks the data in STRING for being well-formed UTF-8. Returns true if successful, false otherwise. -As of perl 5.8.1, L also has utf8::is_utif8(). +As of perl 5.8.1, L also has utf8::is_utf8(). =item _utf8_on(STRING) -- 1.8.3.1