Index: utils/ofhttp/OFHTTP.m ================================================================== --- utils/ofhttp/OFHTTP.m +++ utils/ofhttp/OFHTTP.m @@ -577,11 +577,15 @@ } if (_insecure) _HTTPClient.allowsInsecureRedirects = true; +#ifdef OF_WINDOWS + _useUnicode = [OFSystemInfo isWindowsNT]; +#else _useUnicode = ([OFLocale encoding] == OFStringEncodingUTF8); +#endif [self performSelector: @selector(downloadNextURL) afterDelay: 0]; } - (void)client: (OFHTTPClient *)client