Generated from Manticore v1.1.5 • 201 packages. View on pkg.go.dev

ascii

import "github.com/TheManticoreProject/Manticore/encoding/ascii"

Index

func GetAsciiCharset

func GetAsciiCharset() []uint8

GetAsciiCharset returns a copy of the ASCII charset containing all 256 byte values from 0x00 to 0xFF. This function returns a copy to prevent accidental mutation of the internal charset.