bugcaptor

Results 3 issues of bugcaptor

The performance of Lua's loadstring () function in Gideros is very slow. I think it's because of the addition of macro features. Loading a large data table is 20 times...

Correct result(to-be): I tested this custom build of gideros. ![image](https://cloud.githubusercontent.com/assets/919071/18118234/8c28c7fc-6f8e-11e6-9b97-1bce57f715c7.png) Wrong result(as-is): ![image](https://cloud.githubusercontent.com/assets/919071/18118304/ef246118-6f8e-11e6-9048-ea25b7aa2c2a.png) Added redundant character in composition, and you cannot even move editing caret to other line! Solution what...

On android it's OK, but on Windows desktop only shows "?" characters. For example CJK characters. Maybe because of Mono's default encoding (UTF8) and C# default encoding (UTF16) difference? There...

bug