Home | History | Annotate | Download | only in pbproxy

Lines Matching refs:utf8

221     Bool png = False, jpeg = False, utf8 = False, string = False;
241 utf8 = True;
255 /*We prefer PNG over strings, and UTF8 over a Latin-1 string.*/
262 if (utf8)
600 /* We have a string type that we can convert to UTF8, or Latin-1... */
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");