CyrillicToEntities
It changes the string encoding (from into to), which allows converting the Cyrillic string into HTML-entities.
Parameters:
| Name | Type, value | Description |
|---|---|---|
| from | String, default utf-8 | The source encoding |
| to | String, default htmlentities | The resulting encoding |
Example:
Set a привет Filter CyrillicToEntities a Dump a
Result:
a => привет
| Copy | Standart Filters | DownloadImage |

