EncodeToAscii
Common Scripts Pack.#
This Script is part of theReturns inputed text data that will be encoded into ASCII. This ignores any chars that can't be interpreted as ASCII.
#
Script DataName | Description |
---|---|
Script Type | python |
Tags | - |
#
InputsArgument Name | Description |
---|---|
data | The data to be encoded. |
#
OutputsPath | Description | Type |
---|---|---|
asciiencode.encoded | The data encoded in ASCII. | string |