Show/Hide Toolbars

EmEditor Help

Navigation: EmEditor Help > Command Reference > Convert category

Command: Percent-encoding to Unicode (UTF-8) command

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

Percent-encoding to Unicode (UTF-8) command

Summary

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

Description

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

How to Run

Default Menu: Convert > Encode/Decode > Percent-encoding to Unicode (UTF-8)

All Commands: Convert > Encode/Decode > Percent-encoding to Unicode (UTF-8)

Toolbar: None

Status Bar: None

Default Keyboard Shortcut: None

Plug-in Command ID

EEID_DECODE_PERCENT_UTF8 (3856)

Macros

[JavaScript]

editor.ExecuteCommandByID(3856);

[VBScript]

editor.ExecuteCommandByID 3856

Copyright © 2003-2023 by Emurasoft, Inc.