Re: [Koha-devel] Converting Koha sources to UTF-8

2010-03-28 Thread Lars Wirzenius
In my haste, I already sent out a series of patches that take care of the easy cases of UTF-8 conversion. On Fri, 2010-03-26 at 07:45 -0700, Galen Charlton wrote: > Hi, > > 2010/3/24 Lars Wirzenius : > > C4/tests/testrecords/marc21_marc8_combining_chars.dat > > This should be left alone - it is

Re: [Koha-devel] Converting Koha sources to UTF-8

2010-03-26 Thread Galen Charlton
Hi, 2010/3/24 Lars Wirzenius : > C4/tests/testrecords/marc21_marc8_combining_chars.dat This should be left alone - it is a test file for converting MARC records from the MARC-8 character set to UTF-8. > etc/zebradb/etc/urx.chr > etc/zebradb/lang_defs/en/sort-string-utf.chr This can be converted

[Koha-devel] Converting Koha sources to UTF-8

2010-03-24 Thread Lars Wirzenius
I would like to convert the Koha source tree to UTF-8. Having everything in a systematic, modern encoding would be beneficial for everyone, I think. I wrote a script to find files that are not in UTF-8 (attached for review); it uses the isutf8 tool from Joey Hess's moreutils package (see http://ki