Function rb_filesystem_encoding

Source
pub unsafe extern "C" fn rb_filesystem_encoding() -> *mut OnigEncodingTypeST
Expand description

Queries the “filesystem” encoding. This is the encoding that ruby expects info from the OS’ file system are in. This affects for instance return value of rb_dir_getwd. Most notably on Windows it can be an alias of OS codepage. Most notably on Linux users can set this via default external encoding.

§@return The “filesystem” encoding.

Generated by rb-sys for Ruby mri-x86_64-linux-gnu-3.2.3