How to use unicode string in angelscript ?
Does angelscript supports unicode ?
If it works, how to use in angelscript ? thanks !
There's no official support for Unicode as I haven't had a chance to test this yet. However, I do believe you should be able to compile scripts formatted in the UTF-8 unicode standard. Strings and comments will then be allowed to contain unicode characters since they are not interpreted by AngelScript.
Let me know how this works.
Regards,
Andreas
Let me know how this works.
Regards,
Andreas
AngelCode.com - game development and more - Reference DB - game developer references
AngelScript - free scripting library - BMFont - free bitmap font generator - Tower - free puzzle game
No, that's not possible. Though you could of course write your StringFactory to convert the 8bit string to a 16bit string.
AngelCode.com - game development and more - Reference DB - game developer references
AngelScript - free scripting library - BMFont - free bitmap font generator - Tower - free puzzle game
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement