Home | History | Annotate | Download | only in Misc

Lines Matching refs:encoding

52 // For host names bigger than this, we won't do IDN encoding, which is almost certainly OK.
437 // NOTE: We use UTF-8 here since this encoding is used when computing strings when returning URL components
439 // could either be a malformed string or bytes in a different encoding, like shift-jis, so we fall back
472 return [[[NSString alloc] initWithData:[self _web_originalData] encoding:NSISOLatin1StringEncoding] autorelease];
873 return [[[NSString alloc] initWithData:[self _web_hostData] encoding:NSUTF8StringEncoding] autorelease];