ASCII - a ASCII visualizer


What it does:
The program visualizes all chars and give you easy access to the special chars, so you can make your program look fancier very easy.

Usage:
Run ASCII (should work at pocket computers too).
Select your char via arrows or mouse click.
Press backspace to exit the program.
Insert the char inside your program:

local char = "\247"
-- Inserts the 247 char (a fancy "/" (mathmatical symbol))

Installation:
pastebin get 4yBtJdk3 ASCII

Source:
https://pastebin.com/4yBtJdk3

License: MIT