GacUI 1.0.1.0
GacUI 1.0.1.0
GacUI / C++ Interoperable Script Engine (Apache License 2.0 with extra conditions)
Website for this project: http://www.gaclib.net/
This repository contains the latest release for the GacUI project, including packed library source codes, development tools, demos and documents. Complete source code can be accessed in https://github.com/vczh-libraries .
Version
This version is a sub release towards GacUI 2.0.
Please check out 1.0-rc-3 for GacUI 1.0.
New Features
- Add
U8String
forchar8_t
. - Add
U16String
forchar16_t
. - Add
U32String
forchar32_t
. - Add string conversion functions between all 5 kinds of strings.
- Move some
ObjectString<T>
constructors to static functions:TakeOver
,FromChar
,CopyFrom
,Unmanaged
,UnsafeCastFrom
. - Add
Utf32Encoder
andUtf32Decoder
. Utf-32 doesn't have BOM so it is not supported inBomEncoder
andBomDecoder
.