Show/Hide Toolbars

EmEditor Help

Navigation: EmEditor Help > Command Reference > Convert category

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

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

Unicode to Percent-encoding (UTF-8) command

Summary

Encodes the selected text to the percent-encoding using the UTF-8 encoding.

Description

Encodes the selected text to the percent-encoding using the UTF-8 encoding.

How to Run

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

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

Toolbar: None

Status Bar: None

Default Keyboard Shortcut: None

Plug-in Command ID

EEID_ENCODE_PERCENT_UTF8 (3857)

Macros

[JavaScript]

editor.ExecuteCommandByID(3857);

[VBScript]

editor.ExecuteCommandByID 3857

Copyright © 2003-2023 by Emurasoft, Inc.