Unescape ASCII Characters decodes common ASCII escape sequences into their represented characters.
Use it to restore escaped log values, source snippets, and fixtures.
Start with the sample, then use a short controlled value so you can verify each character or numeric result by hand.
Only ASCII-oriented escapes are accepted; Unicode forms such as \u0041 are outside scope.
Encode and then decode a short sample to verify the complete round trip.
Processing happens locally in the browser; no upload service or external API is required.
