encode_unicode
Convert characters to Unicode \uXXXX notation or decode Unicode escapes back to readable text. Use encode for character-to-Unicode, decode for Unicode-to-character.
Instructions
Unicode(\uXXXX)与字符互转。encode=中文/字符转 \uXXXX 形式;decode=\uXXXX 还原为字符
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| action | No | encode |