/remove-non-ascii-chars

Simple plugin to replace non-ASCII characters to ASCII by removing accents, and remaining non-ASCII characters.

Primary LanguageJavaScript

Remove Non ASCII Chars

Simple plugin to replace non-ASCII characters to ASCII by removing accents, and remaining non-ASCII characters.

Turns:

á à â ä ñ

into

a a a a n

and removes characters like:

¡ ¿ ß

Installation

Launch VS Code Quick Open (Ctrl/Cmd+P), paste the following command, and press enter.

ext install remove-non-ascii-chars

Using

  1. Bring up the command palette with CTRL+SHIFT+P (Windows, Linux) or CMD+SHIFT+P on Mac.
  2. Type Remove Non ASCII Chars until you see the commands.
  3. Select Remove non Ascii characters (File) for removing in the entire file, or Remove non Ascii characters (Select) for removing only in the selected text.

Author

Complete rewrite from Python to Javascript of the original package for Sublime of the same name Remove​Non​Ascii​Chars originally authored by Gabriel Perren - @Gabriel-p

License

GPL-v3.0.