pub fn codepoint_equal(a: &str, b: &str) -> bool
Compare two strings by codepoint (ordinal comparison).
Returns true if the strings are equal by codepoint comparison.