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

Re: Dropping SVN_REVNUM_T_FMT define

From: Nicolás Lichtmaier <nick_at_reloco.com.ar>
Date: 2004-04-09 22:04:43 CEST

>The question is, for the sake of gettext, is it worth dropping our
>svn_revnum_t abstraction?
>
>

For any common translation system I know you will need to have constant
format strings across architectures. Moreso with gettext, which uses the
original message as a key.

>If not, Nicolas, what's our alternative?
>
>

IMHO the only alternative is to use %s wherever a revision is printed
and calling a format_rev(buf, rev) function.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Apr 9 22:05:01 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.