diff options
Diffstat (limited to 'net/centericq/files/patch-yahoohook.cc')
-rw-r--r-- | net/centericq/files/patch-yahoohook.cc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net/centericq/files/patch-yahoohook.cc b/net/centericq/files/patch-yahoohook.cc deleted file mode 100644 index 11f5885fd615..000000000000 --- a/net/centericq/files/patch-yahoohook.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- src/hooks/yahoohook.cc.orig Fri Oct 3 03:55:06 2003 -+++ src/hooks/yahoohook.cc Wed Oct 8 17:29:21 2003 -@@ -556,7 +556,7 @@ - - string yahoohook::decode(const string &text, bool utf) { - if(utf) -- return siconv(text, "utf8", -+ return siconv(text, "utf-8", - conf.getrussian(proto) ? "koi8-u" : conf.getdefcharset()); - - return rushtmlconv("wk", text); |