2
0
mirror of https://github.com/meganz/MEGAcmd synced 2025-09-05 16:25:08 +00:00
Files
MEGAcmd/docs/commands/codepage.md
Diego Ximenez 00cdc516f5 Use runtime flags instead of preprocessor for the help command
Add the argument `--show-all-options` that shows all help output
regardless of platform. This command is used by the python script so all
help options are present in the doc files
2024-06-14 11:46:28 +02:00

692 B

codepage

Switches the codepage used to decide which characters show on-screen.

Usage: codepage [N [M]]

MEGAcmd supports unicode or specific code pages.  For european countries you may need
to select a suitable codepage or secondary codepage for the character set you use.
Of course a font containing the glyphs you need must have been selected for the terminal first.
Options:
 (no option)	Outputs the selected code page and secondary codepage (if configured).
 N	Sets the main codepage to N. 65001 is Unicode.
 M	Sets the secondary codepage to M, which is used if the primary can't translate a character.

Note: this command is only available on some versions of Windows