fails:String#codepoints works for multibyte characters
fails:String#codepoints returns the codepoint corresponding to the character's position in the String's encoding
fails:String#codepoints round-trips to the original String using Integer#chr
