Unicode to Percent-encoding (Current Encoding) command¶
Summary¶
Encodes the selected text to the percent-encoding using the current encoding.
Description¶
Encodes the selected text to the percent-encoding using the current encoding.
How to Run¶
Default Menu: Convert > Encode/Decode > Unicode to Percent-encoding (Current Encoding)
All Commands: Convert > Encode/Decode > Unicode to Percent-encoding (Current Encoding)
Toolbar: None
Status Bar: None
Default Keyboard Shortcut: None
Plug-in Command ID¶
EEID_ENCODE_PERCENT (3855)
Macros¶
[JavaScript]¶
editor.ExecuteCommandByID(3855);
[VBScript]¶
editor.ExecuteCommandByID 3855