Guillaume Cottenceau <[EMAIL PROTECTED]> writes:

> > > Titi, I think the problem is probably that you should do the
> > > same than what I did to rpmdrake.pm to fix mcc.
> > 
> > mcc uses libDrakX, aka common.pm and c.xs, so if mcc is broken,
> > drakxtools are broken too
> 
> Hum, << LANGUAGE=el LC_ALL=el drakconf >> just proved me the
> opposite..
> 
> --- /tmp/drakconf.real  2003-01-28 12:13:45.000000000 +0100
> +++ /usr/sbin/drakconf.real     2003-01-28 12:13:21.000000000 +0100
> @@ -40,6 +40,8 @@
>  #-------------------------------------------------------------
>  # i18n : IMPORTANT to get correct namespace (drakconf instead of libDrakX)
>  unshift @::textdomains, 'drakconf';
> +c::bind_textdomain_codeset($_, 'UTF8') foreach 'libDrakX', @::textdomains;
> +$::need_utf8_i18n = 1;
>  
>  my ($version, $conffile, $class_install) = ("9.1", "/etc/mcc.conf", 
>"/etc/sysconfig/system");

after discussing with gc, the real solution if to move the init stuff
from interactive->vnew int standalone.pm module.


Reply via email to