EncodeToAscii
This Script is part of the Common Scripts Pack.#
Returns inputed text data that will be encoded into ASCII. This ignores any chars that can't be interpreted as ASCII.
Script Data#
| Name | Description |
|---|---|
| Script Type | python |
| Tags | - |
Inputs#
| Argument Name | Description |
|---|---|
| data | The data to be encoded. |
Outputs#
| Path | Description | Type |
|---|---|---|
| asciiencode.encoded | The data encoded in ASCII. | string |