Bug#784821: [libconfig-model-dpkg-perl] mangles utf-8 characters when running 'cme update dpkg-copyright

2015-05-10 Thread Dominique Dumont
On Saturday 09 May 2015 21:47:16 you wrote: UTF-8 is also (part of) an ISO standard: ISO 10646. You probably meant ISO 8859-1 (or its revision, ISO 8859-15). ... Yes... Thanks for the clarification All the best -- https://github.com/dod38fr/ -o- http://search.cpan.org/~ddumont/

Bug#784821: [libconfig-model-dpkg-perl] mangles utf-8 characters when running 'cme update dpkg-copyright

2015-05-09 Thread Franz Schrober
Package: libconfig-model-dpkg-perl Version: 2.064 Severity: normal You can find the test data and what I used to run in the bug #783932 What I got as result was: 2001-2010, Paul bar Stev\xC3nsön But I've expected (like it already says in the original UTF-8 sources): 2001-2010, Paul

Bug#784821: [libconfig-model-dpkg-perl] mangles utf-8 characters when running 'cme update dpkg-copyright

2015-05-09 Thread Dominique Dumont
Right. I forgot about the utf-8 problem in #783932. Sorry about that. Turns out that the utf-8 issue comes from licensecheck (which is run under the hood by cme): $ grep bar /tmp/main.h * Copyright (C) 2001-2010 Paul 'bar' Stevénsön * $ licensecheck -m

Bug#784821: [libconfig-model-dpkg-perl] mangles utf-8 characters when running 'cme update dpkg-copyright

2015-05-09 Thread Jonas Smedegaard
Quoting Dominique Dumont (2015-05-09 20:53:28) This problem is not easy to solve as some source files are encoded in utf8, others (mostly older files) are encoded in ISO. UTF-8 is also (part of) an ISO standard: ISO 10646. You probably meant ISO 8859-1 (or its revision, ISO 8859-15). -