[freeside-commits] freeside/FS/FS Record.pm,1.233,1.234

Ivan,,, ivan at wavetail.420.am
Mon Oct 31 18:47:57 PDT 2011


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv19482

Modified Files:
	Record.pm 
Log Message:
add accented characters to ut_text for french translation, RT#13655

Index: Record.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Record.pm,v
retrieving revision 1.233
retrieving revision 1.234
diff -u -w -d -r1.233 -r1.234
--- Record.pm	26 Oct 2011 22:51:34 -0000	1.233
+++ Record.pm	1 Nov 2011 01:47:55 -0000	1.234
@@ -2076,7 +2076,7 @@
   #warn "notexist ". \&notexist. "\n";
   #warn "AUTOLOAD ". \&AUTOLOAD. "\n";
   $self->getfield($field)
-    =~ /^([\wô \!\@\#\$\%\&\(\)\-\+\;\:\'\"\,\.\?\/\=\[\]\<\>$money_char]+)$/
+    =~ /^([\wÉèôú \!\@\#\$\%\&\(\)\-\+\;\:\'\"\,\.\?\/\=\[\]\<\>$money_char]+)$/
       or return gettext('illegal_or_empty_text'). " $field: ".
                  $self->getfield($field);
   $self->setfield($field,$1);



More information about the freeside-commits mailing list