User:Talidan: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{MTA Developer}} | {{MTA Developer}} | ||
<font size="10">On hiatus till 10/09/11</font> | |||
=Talidan's private eye= | =Talidan's private eye= | ||
* http://bugs.mtasa.com/view.php?id= | * http://bugs.mtasa.com/view.php?id=6373 - Inability to use ' properly on certain keyboards | ||
* | * http://bugs.mtasa.com/view.php?id=6367 - Unicode symbols dont show in "disconnected" window. | ||
* http://bugs.mtasa.com/view.php?id= | * http://bugs.mtasa.com/view.php?id=6277 - CEGUI Chat unicode bug | ||
* http://bugs.mtasa.com/view.php?id= | * http://bugs.mtasa.com/view.php?id=6376 - Windows (and linux) server console not support special characters (UTF-8) | ||
* http://bugs.mtasa.com/view.php?id= | * http://bugs.mtasa.com/view.php?id=6380 - fileRead has problems reading a UTF-8 file | ||
* | * http://bugs.mtasa.com/view.php?id=6225 - [1.1 Beta] setControlState problems when controls are disabled | ||
* http://bugs.mtasa.com/view.php?id=6069 - Server queue doesn't connect when a slot opens - confirmed. | * http://bugs.mtasa.com/view.php?id=6069 - Server queue doesn't connect when a slot opens - confirmed. | ||
===Implemented unicode functions=== | ===Implemented unicode functions=== | ||
Line 44: | Line 21: | ||
int utfCode ( string theString ) --Return the UTF codes from the given string | int utfCode ( string theString ) --Return the UTF codes from the given string | ||
</syntaxhighlight> | </syntaxhighlight> | ||
=Voice= | =Voice= | ||
See [[User:Fenix]] | See [[User:Fenix]] | ||
= Stuff for me = | = Stuff for me = | ||
== Number of bits to write per state == | == Number of bits to write per state == | ||
http://www.wolframalpha.com/input/?i=ceil%28log2%2812%29%29 for 12 states | http://www.wolframalpha.com/input/?i=ceil%28log2%2812%29%29 for 12 states |
Revision as of 11:02, 21 August 2011
On hiatus till 10/09/11
Talidan's private eye
- http://bugs.mtasa.com/view.php?id=6373 - Inability to use ' properly on certain keyboards
- http://bugs.mtasa.com/view.php?id=6367 - Unicode symbols dont show in "disconnected" window.
- http://bugs.mtasa.com/view.php?id=6277 - CEGUI Chat unicode bug
- http://bugs.mtasa.com/view.php?id=6376 - Windows (and linux) server console not support special characters (UTF-8)
- http://bugs.mtasa.com/view.php?id=6380 - fileRead has problems reading a UTF-8 file
- http://bugs.mtasa.com/view.php?id=6225 - [1.1 Beta] setControlState problems when controls are disabled
- http://bugs.mtasa.com/view.php?id=6069 - Server queue doesn't connect when a slot opens - confirmed.
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