Julian Foad wrote:
> Branko Čibej wrote:
>
>> lundblad@tigris.org wrote:
>>
>>> apr_socket_listen(sock, 7);
>>> +
>>> + /* svn_cmdline_init() sets up the locale, but when we serve
>>> clients, we
>>> + always want the "C" locale. */
>>> + if (!setlocale (LC_ALL, "C"))
>>> + {
>>> + fprintf(stderr, "Can't set locale back to the \"C\" locale\n");
>>>
>>
>> This message should be marked for translation. :-)
>> And I think the wording is a bit unfortunate; [l]users will keep
>> asking us what this "C" locale is all about. Perhaps "can't turn off
>> message translation", or something along those lines?
>
>
> Can that call actually fail?
Any call can fail.
-- Brane
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Nov 9 15:58:07 2004