Skip to main content

builtin_utf8_to_int

Function builtin_utf8_to_int 

Source
fn builtin_utf8_to_int(
    args: &[RValue],
    _: &[(String, RValue)],
) -> Result<RValue, RError>
Expand description

Convert a UTF-8 string to integer Unicode code points.

@param x character scalar to convert @return integer vector of Unicode code points