diff options
author | ivan <ivan> | 2011-11-01 01:47:57 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-11-01 01:47:57 +0000 |
commit | b7b5088f7e2f5dd21c8c53d98461609d1c89d6e3 (patch) | |
tree | 0189ee77d828c508b2a271442f3d68104535ae69 | |
parent | 9db25fa9e987093c1c02af405b27d0cf7943c95b (diff) |
add accented characters to ut_text for french translation, RT#13655
-rw-r--r-- | FS/FS/Record.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Record.pm b/FS/FS/Record.pm index ece3a1684..3d57ee711 100644 --- a/FS/FS/Record.pm +++ b/FS/FS/Record.pm @@ -2244,7 +2244,7 @@ sub ut_text { #warn "notexist ". \¬exist. "\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); |