News

Encoding characters (of which ASCII is a character encoding schema) is only a problem for data, not keyboard key codes. even if you think windows is not mapping a key code to an ascii code..
Each byte in the file contains one character that conforms to the standard ASCII code (see ASCII chart). Program source code, batch files, macros and scripts are straight text and stored as ASCII ...