Changeset 5061

Show
Ignore:
Timestamp:
12/03/07 15:55:43 (8 months ago)
Author:
morris
Message:

Display log in UTF-8

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • WiredServer/trunk/WCLogController.m

    r4486 r5061  
    195195                if(fp) { 
    196196                        while(fgets(buffer, sizeof(buffer), fp) != NULL) { 
    197                                 string = [NSString stringWithCString:buffer]; 
     197                                string = [NSString stringWithUTF8String:buffer]; 
    198198 
    199199                                if([_filter length] == 0 && [_userFilter length] == 0) {