Show/Hide Toolbars

EmEditor Help

Navigation: EmEditor Help > Command Reference > Convert category

Command: Full-Width command

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

Full-Width command

Summary

Converts all selected half-width characters to full-width characters.

Description

Converts all selected half-width characters to full-width characters. Full-width characters are typically included in Eastern Asian language fonts.

How to Run

Default Menu: Convert > Full-Width

All Commands: Convert > Full-Width

Toolbar: None

Status Bar: None

Default Keyboard Shortcut: None

Plug-in Command ID

EEID_HAN_TO_ZEN (4152)

Macros

[JavaScript]

document.selection.ChangeWidth(eeWidthFullWidth | eeWidthAllTypes);

[VBScript]

document.selection.ChangeWidth eeWidthFullWidth Or eeWidthAllTypes

Copyright © 2003-2023 by Emurasoft, Inc.