[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-bugs-dist
Subject:    [Bug 50343] MSN error 223 on connect
From:       Martijn Klingens <klingens () kde ! org>
Date:       2002-11-30 22:57:37
[Download RAW message or body]

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
     
http://bugs.kde.org/show_bug.cgi?id=50343     
klingens@kde.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From klingens@kde.org  2002-11-30 23:57 -------
Subject: kdenonbeta/kopete/protocols/msn

CVS commit by mklingens: 

Allow unicode characters in the MSN contact list:

 QString MSNSocket::escape( const QString &str )
 {
-       return ( KURL::encode_string(str) );
+       return ( KURL::encode_string( str, 106 ) );
 }

 QString MSNSocket::unescape( const QString &str )
 {
-       return ( KURL::decode_string(str) );
+       return ( KURL::decode_string( str, 106 ) );
 }

Patch by kdebugs@berteun.dds.nl, sent as comment to this bug report,
but I forgot to apply this.

CCMAIL: 50343-done@bugs.kde.org


  M +2 -2      msnsocket.cpp   1.42
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic