Re: [Koha-devel] Using a Native XML Database with Koha

2009-06-03 Thread Sébastien Nadeau
Zebra knows how to index probably anything XML as long as you give it the correct XSLT to massage your data and put it in Zebra canonical format. Sébastien De : koha-devel-boun...@lists.koha.org [mailto:koha-devel-boun...@lists.koha.org] De la part de

Re: [Koha-devel] binmode in pler scripts for utf-8 support

2008-12-15 Thread Sébastien Nadeau
Hi, Indeed, it's important to do so when utf8 encoded text is going to be written to a filehandle. For example, when extracting data from an utf8 database like MySQL and writing it to a file, or when reading from an utf8 encoded file. " To mark FILEHANDLE as UTF-8, use :utf8 or :encoding(utf8)

Re: [Koha-devel] Tab stops in source code

2008-11-14 Thread Sébastien Nadeau
ecause tabs do not control anything. The code could be all on one line and run nevertheless because its structure is correct. Visual structure == presentation and tabs or spaces are part of that structure, not part of the structure of the program itself. And for what it's worth, I prefer tab

Re: [Koha-devel] koha code cleaning bug?

2008-09-29 Thread Sébastien Nadeau
Hi, Marc Chantreux wrote: > > It is definatly simpler to use > > iterators in this case. > > $_ isn't such one ? I should have said: use explicit iterators. Sébastien ___ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mailm

Re: [Koha-devel] koha code cleaning bug?

2008-09-29 Thread Sébastien Nadeau
Joe Atzberger wrote: > Case in point though, here I agree it is better to add > a variable rather than assign to $_. But more broadly, > coding to avoid $_ altogether is working against the > language unnecessarily and, imho, unproductively. Said this way, it looks like it's a hard thing to figu

Re: [Koha-devel] koha code cleaning bug?

2008-09-29 Thread Sébastien Nadeau
> -Message d'origine- > De : [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] De la part de Marc > Chantreux > Envoyé : 29 septembre 2008 10:02 > À : koha-devel@lists.koha.org > Objet : Re: [Koha-devel] koha code cleaning bug? > > On Mon, Sep 29,

Re: [Koha-devel] koha code cleaning bug?

2008-09-29 Thread Sébastien Nadeau
Hi Marc, Since I'm new to this list and it's my first post, I will introduce myself. I'm analyst at Bibliothèque de l'Université Laval in Québec, been working there for a while now (> 10 years), administering and developping solutions for our ILS Unicorn and Aleph 500, mostly in Perl. Thought i