In the bej_pack_sflv_string function of the the RDE-Dictionary submodule, currently, only double-quotes are escaped.
The following characters should be escaped:
| Character |
Escape sequence |
| Double quote |
\” |
| Backslash |
\\ |
| Forward slash |
\/ |
| Backspace |
\b |
| Form feed |
\f |
| Line feed |
\n |
| Carriage return |
\r |