diff options
author | ivan <ivan> | 2011-11-01 01:47:55 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-11-01 01:47:55 +0000 |
commit | 55c2eaebf30b1d0fd71c2e70d679631f0109f04f (patch) | |
tree | 14c745d1f38a626fc4e7aaa87a938ce49e9e190a | |
parent | a69f5034be9e50242a1a32662dbdd0663fe23b93 (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 72754d03d..3585f52bd 100644 --- a/FS/FS/Record.pm +++ b/FS/FS/Record.pm @@ -2076,7 +2076,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); |