-
Sub-task
-
Resolution: Won't Fix
-
Low
The filter must:
- Delete all zero-width space characters ('\xe2\x80\x8b').
- Replace characters form-feed ('\f') and vertical tab ('\v') for newline ('\n').
- Delete characters carriage return ('\r').
- Replace characters horizontal tab ('\t') for space (' ').
- Remove white space ('\s+$') at the end.
- Remove whitespace ('^\s+') at the beginning of the line.
- Replace the string consisting of whitespace characters ('\n[ \r\t\v]+\n') to empty ('\n\n').
- is blocked by
-
MDLSITE-1563 mlang_string::fix_syntax(): Remove control characters on the list
-
- Closed
-
-
MDLSITE-1565 mlang_string::fix_syntax(): Replace control characters in the \n on the list
-
- Closed
-