Utf8

class neko.Utf8Available in neko function new( ?size : Int ) : Void function addChar( c : Int ) : Void function toString() : String static function charCodeAt( s : String, index : Int ) : Int static function compare( a : String, b : String ) : Int static function decode( s : String ) : String static function encode( s : String ) : String static function iter( s : String, chars : Int -> Void ) : Void static function length( s : String ) : Int static function sub( s : String, pos : Int, len : Int ) : String static function validate( s : String ) : Bool
version #940, modified 2008-05-02 19:19:00 by api