Commit 90be378c by Damien Moulard

add missing accentuated chars to remove in datatables plugin

parent 5790b181
Pipeline #2734 passed with stage
in 1 minute 27 seconds
...@@ -60,6 +60,11 @@ ...@@ -60,6 +60,11 @@
.replace( /ã/g, 'a' ) .replace( /ã/g, 'a' )
.replace( /õ/g, 'o' ) .replace( /õ/g, 'o' )
.replace( /ç/g, 'c' ) .replace( /ç/g, 'c' )
.replace( /â/g, 'a' )
.replace( /à/g, 'a' )
.replace( /ù/g, 'u' )
.replace( /ï/g, 'i' )
.replace( /œ/g, 'oe' )
.replace( /ì/g, 'i' ); .replace( /ì/g, 'i' );
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment