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

Re: svn commit: r15305 - in trunk: subversion/bindings/swig subversion/bindings/swig/ruby/libsvn_swig_ruby

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2005-07-09 16:18:04 CEST

kou@tigris.org wrote:

> +void
> +svn_swig_rb_nls_initialize(void)
> +{
> +#ifdef ENABLE_NLS
> +# ifdef WIN32
> +# else
> + bindtextdomain(PACKAGE_NAME, SVN_LOCALE_DIR);
> +# ifdef HAVE_BIND_TEXTDOMAIN_CODESET
> + bind_textdomain_codeset(PACKAGE_NAME, "UTF-8");
> +# endif
> +# endif
> +#endif
> +}

Any reason not to include the win32 part of this? Just that you can't
test it? Also, the fact that this is essentially copy and pasted from
svn_cmdline_init tells me that perhaps we need a helper function
somewhere for this functionality...

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Jul 9 16:19:37 2005

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.