projects
/
irspy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2d5291
)
Use iconv character-set name "UTF-8" rather than "UTF8" as the latter
author
Mike Taylor
<mike@miketaylor.org.uk>
Fri, 2 Jul 2010 15:04:36 +0000
(16:04 +0100)
committer
Mike Taylor
<mike@miketaylor.org.uk>
Fri, 2 Jul 2010 15:04:36 +0000
(16:04 +0100)
is for some reason not supported by the iconv package in the Macports
collection.
lib/ZOOM/IRSpy/Test/Ping.pm
patch
|
blob
|
history
diff --git
a/lib/ZOOM/IRSpy/Test/Ping.pm
b/lib/ZOOM/IRSpy/Test/Ping.pm
index
31b7f4d
..
2a97594
100644
(file)
--- a/
lib/ZOOM/IRSpy/Test/Ping.pm
+++ b/
lib/ZOOM/IRSpy/Test/Ping.pm
@@
-13,7
+13,7
@@
our @ISA = qw(ZOOM::IRSpy::Test);
use ZOOM::IRSpy::Utils qw(isodate);
use Text::Iconv;
-my $conv = new Text::Iconv("LATIN1", "UTF8");
+my $conv = new Text::Iconv("LATIN1", "UTF-8");
sub start {