/ViewFormat(<format>) Change format of the current file view/editing.
<format>: •<Default> or ANSI – single-byte Windows (ANSI) encoding. •<number> – single-byte encoding for the code page. •OEM – single-byte OEM (DOS) encoding. •UnicodeLE – Unicode UTF-16 format (Little Endian, Windows standard). •UnicodeBE – Unicode UTF-16 format (Big Endian). •UTF8 – Unicode UTF-8 format.
|