Show/Hide Toolbars

EmEditor Help

Navigation: EmEditor Help > Command Reference > Convert category

Command: Percent-encoding to Unicode (Current Encoding) command

Scroll Prev Top Next More
EmEditor Home - EmEditor Help - Command Reference - Convert category

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

Copyright © 2003-2023 by Emurasoft, Inc.