Changeset 2136

Show
Ignore:
Timestamp:
11/21/04 12:29:30 (4 years ago)
Author:
timothy
Message:

Same as r2135.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/overhaul/JVDirectChat.m

    r2132 r2136  
    17341734 
    17351735- (void) _performEmoticonSubstitutionOnString:(NSMutableAttributedString *) string { 
     1736        if( ! string || ! [string string] ) return; 
     1737 
    17361738        NSCharacterSet *escapeSet = [NSCharacterSet characterSetWithCharactersInString:@"^[]{}()\\.$*+?|"]; 
    17371739        NSEnumerator *keyEnumerator = [_emoticonMappings keyEnumerator];