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

Re: new translator section in debian::weeklynews::footer



On Wed, Jun 25, 2003 at 02:40:13PM +0100, Colin Watson wrote:
> > > One thing interests me. You run it just as editor, it means:
> > > #use debian::weeklynews::footer translator="Mr. Foo the Foot<foot@foo.com>"
> > > And it should produce
> > > bla...bla..bla... <a href="mailto:foot@foo.com";>Mr. Foo the Foot</a>.
> > > but it makes
> > > bla...bla...bla...<a href="mailto:foo.com";>Mr.Foo the Foot</a>.
> > > This is of course wrong. I don't know where it loses "@".
> > 
> > @foo means array named foo in Perl. You probably need to surround it
> > with \Q and \E.
> 
> Or just backslash the @?

That would need to be done in the input, no? And there should be no need to
uglify it.

-- 
     2. That which causes joy or happiness.



Reply to: