This Visual Studio Code extension provides functionality for converting hexadecimal ESC/POS commands to strings in CP949 encoding and vice versa.
Features
Convert selected or entire ESC/POS commands to hexadecimal strings in CP949 encoding.
Convert selected or entire CP949 strings to hexadecimal format.
Preview the conversion of hexadecimal ESC/POS commands to CP949 encoded strings without replacing the selection.
Usage
Select the text containing ESC/POS commands or CP949 strings in your editor.
Use the command palette (Ctrl+Shift+P or Cmd+Shift+P on macOS) and type the command you want to execute:
Convert ESC/POS to CP949: Converts the selected or entire hexadecimal ESC/POS commands to CP949 encoded strings and replaces the selection with the converted text.
Convert CP949 to ESC/POS: Converts the selected or entire CP949 encoded strings to hexadecimal ESC/POS commands and replaces the selection with the converted text.
Preview ESC/POS to CP949: Renders the hexadecimal ESC/POS commands in a preview panel.
License
This project is licensed under the MIT License. See the LICENSE file for more details.