class Utf8
package haxe
Since not all platforms guarantee that String
always uses UTF-8 encoding, you
can use this cross-platform API to perform operations on such strings.
Constructor
Methods
Static methods
staticcharCodeAt (s:String, index:Int):Int
Similar to String.charCodeAt
but uses the UTF8 character position.