projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b96aba
)
Fix typo in doc for Encode
author
Brendan O'Dea
<bod@debian.org>
Sun, 15 Feb 2004 23:27:17 +0000
(10:27 +1100)
committer
H.Merijn Brand
<h.m.brand@xs4all.nl>
Mon, 16 Feb 2004 11:30:29 +0000
(11:30 +0000)
From: "Brendan O'Dea" <bod@debian.org>
Message-ID: <
20040215122717
.GA26812@londo.c47.org>
p4raw-id: //depot/perl@22310
ext/Encode/Encode.pm
patch
|
blob
|
history
diff --git
a/ext/Encode/Encode.pm
b/ext/Encode/Encode.pm
index
fe1a342
..
94468d8
100644
(file)
--- 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<utf8> also has utf8::is_ut
i
f8().
+As of perl 5.8.1, L<utf8> also has utf8::is_utf8().
=item _utf8_on(STRING)