[otrs-cvs] otrs/Kernel/System Encode.pm,1.26,1.27

CVS commits notifications of OTRS.org cvs-log at otrs.org
Tue Apr 29 22:03:50 GMT 2008


Comments:
Update of /home/cvs/otrs/Kernel/System
In directory lancelot:/tmp/cvs-serv3602/Kernel/System

Modified Files:
	Encode.pm 
Log Message:
Small pod improvement.

Author: martin

Index: Encode.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/System/Encode.pm,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** Encode.pm	2 Apr 2008 04:52:27 -0000	1.26
--- Encode.pm	29 Apr 2008 22:03:44 -0000	1.27
***************
*** 148,152 ****
          Text => $iso_8859_1_string,
          From => 'iso-8859-1',
!         To => 'utf-8',
      );
  
--- 148,152 ----
          Text => $iso_8859_1_string,
          From => 'iso-8859-1',
!         To   => 'utf-8',
      );
  
***************
*** 154,158 ****
          Text => $utf-8_string,
          From => 'utf-8',
!         To => 'iso-8859-1',
      );
  
--- 154,158 ----
          Text => $utf-8_string,
          From => 'utf-8',
!         To   => 'iso-8859-1',
      );
  
***************
*** 193,198 ****
  
      if ( !eval { Encode::from_to( $Param{Text}, $Param{From}, $Param{To} ) } ) {
!         print STDERR
!             "Charset encode '$Param{From}' -=> '$Param{To}' ($Param{Text}) not supported!\n";
          return $Param{Text};
      }
--- 193,197 ----
  
      if ( !eval { Encode::from_to( $Param{Text}, $Param{From}, $Param{To} ) } ) {
!         print STDERR "Charset encode '$Param{From}' -=> '$Param{To}' ($Param{Text}) not supported!\n";
          return $Param{Text};
      }


More information about the cvs-log mailing list