Expand description
Character sources.
This is here so we can read from things that aren’t ASCII or UTF-8.
Structs§
- Ascii
Error - An error happened while reading an ASCII-only file.
- Ascii
File - A file that contains only ASCII characters.
- Octet
File - Utf8
Error - An error happened while reading an ASCII-only file.
- Utf8
File - A file that contains UTF-8 encoded text.