User:Talidan

From Multi Theft Auto: Wiki
Revision as of 11:02, 21 August 2011 by Talidan (talk | contribs)
Jump to navigation Jump to search
Coder.gif This user is an MTA developer

On hiatus till 10/09/11

Talidan's private eye


Implemented unicode functions

int    utfLen  ( string theString )                     --Real length of a string, in characters
int    utfSeek ( string theString, int position )       --Returns the byte position at specified character position
string utfSub  ( string theString, int Start, int End ) --Sub string, from the specified positions on a chracter
string utfChar ( int characterCode )                    --Return the string of the specified UTF code
int    utfCode ( string theString  )                    --Return the UTF codes from the given string

Voice

See User:Fenix

Stuff for me

Number of bits to write per state

http://www.wolframalpha.com/input/?i=ceil%28log2%2812%29%29 for 12 states