Documentation ¶
Rendered for windows/amd64
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PtrToString ¶
PtrToString is like UTF16ToString, but takes *uint16 as a parameter instead of []uint16.
func StringToUTF16Ptr ¶
StringToUTF16Ptr returns the pointer to UTF-8 encoded string. It will silently return an invalid pointer if `s` argument contains a NUL byte at any location.
Types ¶
type UnicodeString ¶
UnicodeString stores the size and the memory buffer of the unicode string.
func (UnicodeString) String ¶
func (u UnicodeString) String() string
String returns the native string from the Unicode stream.
Click to show internal directories.
Click to hide internal directories.