Re: svn commit: r1925722 - in /subversion/branches/utf8-cmdline-prototype/subversion: include/svn_client.h libsvn_client/cmdline.c
Branko Čibej <[email protected]>
| Newsgroups | gmane.comp.version-control.subversion.svn |
|---|---|
| Organization | The Apache Software Foundation |
| Message-ID | <[email protected]> |
On 20. 5. 25 20:31, [email protected] wrote: > Author: rinrab > Date: Tue May 20 18:31:35 2025 > New Revision: 1925722 > > URL:http://svn.apache.org/viewvc?rev=1925722&view=rev > Log: > On the 'utf8-cmdline-prototype' branch: add a new function that retrieves > target list from args, instead of converting the encoding, assumes that > args have already been converted. Once again, why don't you use apr_app_initialize() that does all that and more, instead of perpetuating the same problem? As long as this is used on Windows from main() instead of wmain(), there's no way it will work consistently. -- Brane