User:Talidan: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 9: Line 9:
string utfChar ( int characterCode )                    --Return the string of the specified UTF code
string utfChar ( int characterCode )                    --Return the string of the specified UTF code
int    utfCode ( string theString  )                    --Return the UTF codes from the given string
int    utfCode ( string theString  )                    --Return the UTF codes from the given string
int    utfUpper( string theString  )                    --Return the upper case version of the string
int    utfLower( string theString  )                    --Return the lower case version of the string
</syntaxhighlight>
</syntaxhighlight>
===General stuff to fix===
* <strike>Above Lua functions</strike>
* <strike>Dynamic glyph loading</strike>
* Fix CEGUI invalid unicode string crash
* Glyph substitution support
=General GUI=
* Fix copy/cut/paste on memos
* Add custom fonts support, will be useful for Unicode.
=Denver's Dilemma=
Coming soon
=Voice=
Coming soon
=Custom Handling=
Coming soonish=

Revision as of 15:51, 23 August 2010

Coder.gif This user is an MTA developer

Unicode

Proposed 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
int    utfUpper( string theString  )                    --Return the upper case version of the string
int    utfLower( string theString  )                    --Return the lower case version of the string

General stuff to fix

  • Above Lua functions
  • Dynamic glyph loading
  • Fix CEGUI invalid unicode string crash
  • Glyph substitution support

General GUI

  • Fix copy/cut/paste on memos
  • Add custom fonts support, will be useful for Unicode.

Denver's Dilemma

Coming soon

Voice

Coming soon

Custom Handling

Coming soonish=