powered by
Reads a text file as-is, with no conversion or text line splitting.
[THIS IS AN EXPERIMENTAL FUNCTION]
stri_read_raw(fname)
file name
Returns a raw-type vector.
raw
Once a text file is read into memory, encoding detection (see stri_enc_detect2), conversion (see stri_encode), text lines split (see stri_split_lines1) can be performed.
stri_enc_detect2
stri_encode
stri_split_lines1
Other files: stri_read_lines, stri_write_lines
stri_read_lines
stri_write_lines