convert_text_to_unicode
Encode text to Unicode code points or decode Unicode back to readable text for character encoding tasks.
Instructions
Convert text to Unicode code points and vice versa
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | Text to convert to Unicode or Unicode to convert to text | |
| operation | Yes | Operation: encode text to Unicode or decode Unicode to text |