Changeset 3078

Show
Ignore:
Timestamp:
12/24/05 03:01:51 (3 years ago)
Author:
timothy
Message:

Use the connection encoding.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/cocoa-networking/Chat Core/MVIRCChatConnection.m

    r3076 r3078  
    16741674 
    16751675                        if( currentParameter )  
    1676                                 param = [NSString stringWithBytes:currentParameter encoding:NSASCIIStringEncoding]; 
     1676                                param = [NSString stringWithBytes:currentParameter encoding:[self encoding]]; 
    16771677                        if( param ) [parameters addObject:param]; 
    16781678