Percent-encoding to Unicode (Current Encoding) command

Summary

Decodes the selected text from the percent-encoding to Unicode using the current encoding.

Description

Decodes the selected text from the percent-encoding into the equivalent Unicode text using the current encoding.

How to Run

  • Default Menu: Convert > Encode/Decode > Percent-encoding to Unicode (Current Encoding)

  • All Commands: Convert > Encode/Decode > Percent-encoding to Unicode (Current Encoding)

  • Toolbar: None

  • Status Bar: None

  • Default Keyboard Shortcut: None

Plug-in Command ID

EEID_DECODE_PERCENT (3854)

Macros

[JavaScript]

editor.ExecuteCommandByID(3854);

[VBScript]

editor.ExecuteCommandByID 3854