Re: svnadmin upgrade output message i18n issue
From: Philip Martin <philip.martin_at_wandisco.com>
Date: Thu, 23 May 2013 09:17:06 +0100
[bringing in dev_at_s.a.o]
QXO <qxodream_at_gmail.com> writes:
> os: windows
Those two lines are produced by different code paths. The first line
svn_error_clear(svn_stream_printf(feedback_stream, scratch_pool,
The second line is produced by:
SVN_ERR(svn_cmdline_printf(pool, _("\nUpgrade completed.\n")));
and svn_cmdline_printf uses svn_cmdline_cstring_from_utf8 to do a UTF8
So it appears the UTF8 to native conversion is missing from
-- Certified & Supported Apache Subversion Downloads: http://www.wandisco.com/subversion/downloadReceived on 2013-05-23 10:17:46 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.