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

Re: Gettext real issues

From: Ben Reser <ben_at_reser.org>
Date: 2004-04-03 03:46:04 CEST

On Sat, Apr 03, 2004 at 02:33:52AM +0200, Branko ??ibej wrote:
> No, but printf does if LOCALE is set correctly. But only if it actually
> sees %d in the format string. If we marshal the number into a string on
> the server and replace %d with %s in the format strings on the client,
> the numbers won't get printed correctly.

Umm we don't use printf. We use apr routines for formating. Which
ultimately use apr_vformatter. Which doesn't support this. Not to
mention as someone else pointed out the flags to do this aren't really
portable anyway.

-- 
Ben Reser <ben@reser.org>
http://ben.reser.org
"Conscience is the inner voice which warns us somebody may be looking."
- H.L. Mencken
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Apr 3 03:46:24 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.