Lines Matching defs:utf8
221 Bool png = False, jpeg = False, utf8 = False, string = False;
241 utf8 = True;
262 if (utf8)
646 - (void) send_string:(XSelectionRequestEvent *)e utf8:(BOOL)utf8 pasteboard:(
676 if (utf8) {
725 void *utf8 = (void *)[data UTF8String];
726 char *list[] = { utf8, NULL };
981 [self send_string:e utf8:YES pasteboard:pb];
984 [self send_string:e utf8:NO pasteboard:pb];
1260 DebugF("done handling utf8 string\n");