This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
108015d
)
Pod nit in Encode.pm, found by Marc Lehmann in RT #36949.
author
Steve Peters
<steve@fisharerojo.org>
Fri, 11 Nov 2005 03:27:35 +0000
(
03:27
+0000)
committer
Steve Peters
<steve@fisharerojo.org>
Fri, 11 Nov 2005 03:27:35 +0000
(
03:27
+0000)
p4raw-id: //depot/perl@26081
ext/Encode/Encode.pm
patch
|
blob
|
blame
|
history
diff --git
a/ext/Encode/Encode.pm
b/ext/Encode/Encode.pm
index
ac0123c
..
4a4411b
100644
(file)
--- a/
ext/Encode/Encode.pm
+++ b/
ext/Encode/Encode.pm
@@
-825,7
+825,7
@@
goes "liberal"
find_encoding("UTF-8")->name # is 'utf-8-strict'
find_encoding("utf-8")->name # ditto. names are case insensitive
- find_encoding("utf8")->name # ditto. "_" are treated as "-"
+ find_encoding("utf
_
8")->name # ditto. "_" are treated as "-"
find_encoding("UTF8")->name # is 'utf8'.