koha-devel
[Top][All Lists]
Advanced

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

[Koha-devel] Bilbio.pm & char encoding


From: paul POULAIN
Subject: [Koha-devel] Bilbio.pm & char encoding
Date: Tue Dec 9 07:44:07 2003
User-agent: Mozilla/5.0 (X11; U; Linux i686; fr-FR; rv:1.4) Gecko/20030630

Hi,

doXulting, that is importing datas for "Ecole des Mines", reported a problem with extended chars like éà...
I've searched previous version of Biblio.pm, because it worked.
I've found that the 1.75 version, commited by slef, transforms every replaces by a single char :
version 1.74 =>

                        s/\xe1\x65/è/gm ;
                        s/\xe1\x69/ì/gm ;
                        s/\xe1\x6f/ò/gm ;
                        s/\xe1\x75/ù/gm ;
                        s/\xe1\x41/À/gm ;
                        s/\xe1\x45/È/gm ;
                        s/\xe1\x49/Ì/gm ;
                        s/\xe1\x4f/Ò/gm ;
                        s/\xe1\x55/Ù/gm ;
                        s/\xe2\x41/Á/gm ;
                        s/\xe2\x45/É/gm ;
                        s/\xe2\x49/Í/gm ;
                        s/\xe2\x4f/Ó/gm ;
version 1.75 =>
                        s/\xe1\x65/€/gm ;
                        s/\xe1\x69/€/gm ;
                        s/\xe1\x6f/€/gm ;
                        s/\xe1\x75/€/gm ;
                        s/\xe1\x41/€/gm ;
                        s/\xe1\x45/€/gm ;
                        s/\xe1\x49/€/gm ;
                        s/\xe1\x4f/€/gm ;
                        s/\xe1\x55/€/gm ;
                        s/\xe2\x41/€/gm ;
                        s/\xe2\x45/€/gm ;
                        s/\xe2\x49/€/gm ;
                        s/\xe2\x4f/€/gm ;
                        s/\xe2\x55/€/gm ;
                        s/\xe2\x59/€/gm ;

I think slef has a pb with it's editor software, at least with char encoding 
:-).
I'll rollback to normal situation, but be careful (it's the 2nd time this happends 
: see btw 1.54 & 1.55)

--
Paul POULAIN
Consultant indépendant en logiciels libres
responsable francophone de koha (SIGB libre http://www.koha-fr.org)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]