added newline encoding logic
This commit is contained in:
@@ -32,7 +32,8 @@ the following rules:
|
||||
1. The text is converted into lowercase.
|
||||
2. Every occurrence of the `0` (zero) character is replaced with the letter `o`.
|
||||
3. Every occurrence of either of these characters `_-` is replaced with a space.
|
||||
4. Any other characters not belonging to the alphabet are deleted from the text.
|
||||
4. Optionally, every newline is replaced with three consequent spaces.
|
||||
5. Any other characters not belonging to the alphabet are deleted from the text.
|
||||
|
||||
Prior to step 4, the user may apply additional conversions to preserve special
|
||||
characters, such as replacing `%` with `cto`, `$` with `dlr` and so on.
|
||||
|
||||
Reference in New Issue
Block a user