Avoid feeding decoded unicode to Term::ReadLine
authorJoey Hess <joey@gnu.kitenet.net>
Sun, 18 Jan 2009 19:52:49 +0000 (14:52 -0500)
committerJoey Hess <joey@gnu.kitenet.net>
Sun, 18 Jan 2009 19:52:49 +0000 (14:52 -0500)
commit639f464cb3c703697db2a8887ab32d7a8233508f
tree4686c8539d5a81ff8be47866a979b4f2a0044ffb
parent1802503af1816106ba15d1101081e72c36eeb8bc
Avoid feeding decoded unicode to Term::ReadLine

That resulted in double encoded display when using perl's stub
readline module. Apparently that module unconditionally upgrades
text to utf8, in a quite braindead way.

(Term::ReadLine::Gnu::Perl worked ok.)
IkiWiki/Setup/Automator.pm
debian/changelog