[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: issue report - problem with command line argument parsing using tr_TR locale

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2004-02-18 18:25:32 CET

Julian Foad <julianfoad@btopenworld.com> writes:

> * subversion/libsvn_subr/opt.c (svn_opt_subcommand_help):
> Allow revision keywords to be upper case or lower case but not mixed
> case.

As far as it goes it looks reasonable to me, however strcasecmp is
also used by the config stuff and the keyword stuff, so I guess these
have the same problem. Perhaps we need a more general solution? An
svn_ascii_casecmp() that doesn't use the locale perhaps?

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Feb 18 18:25:55 2004

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.