Skip to main content

unicode

Short summary

Returns an interface IUnicodeStringAssertions with assert statements, for UTF-8 and UTF-16 strings with an undefined length.

Attention: All strings are handled as null terminated byte/word streams. For UTF-8 is end of the string 16#00 For UTF-16 is end of the string 16#00_00

Attention: The interface IUnicodeAssertions uses ANY_STRING, for this it's not possible to use literals/constants, because for ANY types generates the compiler __SYSTEM.AnyType and __SYSTEM.AnyType contains a pointer

Code

Declaration

PROPERTY unicode :IUnicodeStringAssertions