ok, sorry.

This is the code:

    open FILEHANDLE, ">> /tmp/somefile";
    print FILEHANDLE Dumper( $activity->log_message() );
    close FILEHANDLE;

    $request .= decode("UTF-8", $activity->log_message()) . "\n";

    open FILEHANDLE, ">> /tmp/somefile";
    print FILEHANDLE Dumper( decode("UTF-8", $activity->log_message()) );
    close FILEHANDLE;

And this is /tmp/somefile

$VAR1 = 'A?\\195?\\177ado una linea a fich2 y pruebo el tema de los acentos cami?\\195?\\179n, AL?\\195?\\129, ?\\195?\\177i?\\195?\\177li
';
$VAR1 = 'A?\\195?\\177ado una linea a fich2 y pruebo el tema de los acentos cami?\\195?\\179n, AL?\\195?\\129, ?\\195?\\177i?\\195?\\177li
';

It seem it's corrupted in $activity->log_message()




Kristis Makris wrote:
On Tue, 2006-12-12 at 23:30 +0100, Javier Lafuente wrote:
  
I don't know if I'm editing the right file...
I've done what you said in
file /usr/share/scmbug/lib/Scmbug/Connection.pm
but the tmp file isn't created. It seems that file isn't used: I have
temporaly deleted the file and the system works like before... the
commit was issued without the file.
???????????
    

Oh, that's because this file is in your repository
in /projects/myrep/hooks/lib/Scmbug/Connection.pm. What you edited is
the original one that gets copied in a repository during glue
installation.


  
_______________________________________________
scmbug-users mailing list
[email protected]
http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users

Reply via email to