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

Commit r11862: "localizes even if not marked with N_()"

From: Julian Foad <julianfoad_at_btopenworld.com>
Date: 2004-11-12 19:19:21 CET

> r11862 | nori | 2004-11-12 08:52:21 +0000 (Fri, 12 Nov 2004) | 13 lines
>
> Fix encoding bug of 'svnserve -h', which is part of issue #1997.
>
> * subversion/svnserve/main.c
> (help): Use svn_cmdline_fprintf, which does UTF8->locale conversions,
> instead of fprintf because svn_opt_format_option localizes the documentation
> strings of options when formatting, even if these strings are not marked
> with N_(). Also, use svn_cmdline_fputs instead of fputs.

Did you mean "even if they _are_ marked with N_()" or perhaps "even if they are
not marked with _()" here...

> * subversion/include/svn_opt.h
> (svn_opt_format_option): Add notes so that everyone may notice that
> this function localizes the documentation strings of options.

... and also in this doc string?

>
> Approved by: lundblad

If so, please fix.

- Julian

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Nov 12 19:19:48 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.