Re: svnadmin upgrade output message i18n issue
From: Philip Martin <philip.martin_at_wandisco.com>
Date: Thu, 23 May 2013 16:29:46 +0100
Dongsheng Song <dongsheng.song_at_gmail.com> writes:
> Even ALL the translations are UTF-8, GETTEXT(3) still return the
We do call bind_textdomain_codeset if it is available so we should be
> So svn_cmdline_printf SHOULD NOT assume the input string is UTF-8
It's not that simple. We would have to change almost every error:
svn_error_createf(SVN_ERR_BAD_RELATIVE_PATH, NULL, \
and convert variable like 'path' and 'relative_to_dir' from UTF8 to
What would be the gain for all that work? The only problem at present
-- Certified & Supported Apache Subversion Downloads: http://www.wandisco.com/subversion/downloadReceived on 2013-05-23 17:30:22 CEST |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.