[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: all of the web pages will now have a mirror list.



On Sat, Jun 09, 2001 at 07:23:56PM +0200, Josip Rodin wrote:
> > > > > Shouldn't there be a way to use the locale's sorting method
> > > > > ($LC_COLLATE)?
> > > > 
> > > > Indeed, adding
> > > > 
> > > >   <perl>
> > > >     use locale;
> > > >     use POSIX;
> > > >     setlocale(LC_COLLATE, "hr_HR");
> > > >   </perl>
> > > > 
> > > > in template/debian/languages.wml fixes this problem.
> > 
> > Exactly, something like (in template/debian/languages.wml)
> > 
> >     <when "$(CUR_LOCALE)">
> >       <perl>
> >         use locale;
> >         use POSIX;
> >         setlocale(LC_ALL, "$(CUR_LOCALE)");
> >       </perl>
> >     </when>

One more question: did you change LC_COLLATE to LC_ALL on purpose in the
second chunk of code?

-- 
Digital Electronic Being Intended for Assassination and Nullification



Reply to: