Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the SVN-Notify CPAN distribution.

Report information
The Basics
Id: 29107
Status: rejected
Priority: 0/
Queue: SVN-Notify

People
Owner: Nobody in particular
Requestors: gcapou [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: (no value)
Fixed in: 2.66



Subject: Svn not start, problem utf-8 "\x96"
Hello, I'm a french man, and i'm working on different project, some in latin-1 ( ISO 8859-1) and also in UTF-8, I install SVNNOTIFY, but this doesn't run because this errors appear C:\Perl\site\bin>svnnotify --repos-path d:\svn_repos -r 1 --to my_address@email.fr --smtp smtp.serveur.com -H HTML::ColorDiff -d The result is 2 errors: utf8 "\x96" does not map to Unicode at C:/Perl/site/lib/SVN/Notify.pm line 2039. Unable to create Net::SMTP object: Invalid argument at C:/Perl/site/lib/SVN/Notify.pm line 2066. Please help me, to recover this error, i would like use this tool. Thanks by advance
Subject: Re: [rt.cpan.org #29107] Svn not start, problem utf-8 "\x96"
Date: Fri, 7 Sep 2007 10:59:15 -0700
To: bug-SVN-Notify [...] rt.cpan.org
From: "David E. Wheeler" <dwheeler [...] cpan.org>
On Sep 1, 2007, at 16:35, Gaetan CAPOU via RT wrote: Show quoted text
> C:\Perl\site\bin>svnnotify --repos-path d:\svn_repos -r 1 --to > my_address@email.fr --smtp smtp.serveur.com -H HTML::ColorDiff -d > > The result is 2 errors: > > utf8 "\x96" does not map to Unicode at C:/Perl/site/lib/SVN/Notify.pm > line 2039.
From the docs: =item charset svnnotify --charset UTF-8 svnnotify -c Big5 The character set typically used on the repository for log messages, file names, and file contents. Used to specify the character set in the email Content-Type headers and, when the C<language> paremeter is specified, the C<$LANG> environment variable when launching C<sendmail>. Defaults to "UTF-8". =item io_layer svnnotify --io-layer raw svnnotify -o bytes The Perl IO layer to use for inputting and outputting data. See L<perlio|perlio> for details. Defaults to "encoding($charset)". If your repository uses different character encodings, C<charset> should be set to whatever is the most common character encoding, and C<io_layer> is best set to C<raw>, e.g., C<--io-layer raw --charset cp850>. In that case, some characters might not look right in the commit messaage (because an email can manage only one character encoding at a time), but then C<svnnotify> won't get stuck issuing a slew of warnings. Does that help? Best, David
From: gcapou [...] gmail.com
Thanks so much. it's the solution
Subject: RE: [rt.cpan.org #29107] Svn not start, problem utf-8 "\x96"
Date: Mon, 10 Sep 2007 20:04:31 +0100
To: <bug-SVN-Notify [...] rt.cpan.org>
From: "Gaetan CAPOU" <gcapou [...] gmail.com>
Bonjour, Thank you so much, that's is GREAT. Cordialement Show quoted text
________________________________ SKYPE Gaƫtan CAPOU - GCP - gcapou@gmail.com Maison: 33.(0)1.46.410.924 mob: 33.(0)6.21.406.986 Bureau: 33.(0)1.41.06.87.62 Secr: 33.(0)1.41.06.87.24
________________________________
-----Original Message----- From: David Wheeler via RT [mailto:bug-SVN-Notify@rt.cpan.org] Sent: vendredi 7 septembre 2007 19:04 To: gcapou@gmail.com Subject: Re: [rt.cpan.org #29107] Svn not start, problem utf-8 "\x96" <URL: http://rt.cpan.org/Ticket/Display.html?id=29107 > On Sep 1, 2007, at 16:35, Gaetan CAPOU via RT wrote:
> C:\Perl\site\bin>svnnotify --repos-path d:\svn_repos -r 1 --to > my_address@email.fr --smtp smtp.serveur.com -H HTML::ColorDiff -d > > The result is 2 errors: > > utf8 "\x96" does not map to Unicode at C:/Perl/site/lib/SVN/Notify.pm > line 2039.
From the docs: =item charset svnnotify --charset UTF-8 svnnotify -c Big5 The character set typically used on the repository for log messages, file names, and file contents. Used to specify the character set in the email Content-Type headers and, when the C<language> paremeter is specified, the C<$LANG> environment variable when launching C<sendmail>. Defaults to "UTF-8". =item io_layer svnnotify --io-layer raw svnnotify -o bytes The Perl IO layer to use for inputting and outputting data. See L<perlio|perlio> for details. Defaults to "encoding($charset)". If your repository uses different character encodings, C<charset> should be set to whatever is the most common character encoding, and C<io_layer> is best set to C<raw>, e.g., C<--io-layer raw --charset cp850>. In that case, some characters might not look right in the commit messaage (because an email can manage only one character encoding at a time), but then C<svnnotify> won't get stuck issuing a slew of warnings. Does that help? Best, David