added \u and \U escape sequence for UTF8,UTF16 or UCS4 characters

the escape character \x is based on sizeof(SQChar)
This commit is contained in:
albertodemichelis
2016-03-05 19:29:14 +08:00
parent 26d018d8b5
commit 737ea798a8
4 changed files with 97 additions and 17 deletions

View File

@@ -5,6 +5,8 @@
-added sq_getreleasehook
-added thread.wakeupthrow()
-added sq_pushthread
-added \u and \U escape sequence for UTF8,UTF16 or UCS4 characters
-the escape character \x is based on sizeof(SQChar)
-fixed optimizer bug in compound arith oprators(+=,-= etc...)
-fixed sq_getrefvmcount() (thx Gerrit)
-fixed sq_getrefcount() when no references were added with sq_addref() (thx Gerrit)