Text Encoding Converter is a Visual Studio Code extension that allows you to convert selected text to ISO-8859-1 or UTF-8 encoding. This can be particularly useful when working with text data that requires specific encoding formats.
Features
Convert selected text to ISO-8859-1 encoding.
Convert selected text to UTF-8 encoding.
Usage
Open a text file or a code file in VS Code.
Select some text.
Open the Command Palette by pressing Ctrl + Shift + P (Windows/Linux) or Cmd + Shift + P (macOS).
Type "Convert to ISO-8859-1" and select the command.
The selected text will be converted to ISO-8859-1 and replaced in the editor.