namespace
string16UTF-16 class namespace that contains the typedefs for the string objects, as well as helper methods.
functions
Function documentation
psl:: string8_t psl:: string16:: to_string8_t(const psl:: string16_t& s)
Brief
converts a UTF-16 string into a UTF-8 string.
Parameters | |
---|---|
s in | UTF-16 encoded string to convert. |
Returns | a psl:: |
psl:: string16_t psl:: string16:: from_string8_t(const psl:: string8_t& s)
Brief
converts a UTF-8 string into a UTF-16 string.
Parameters | |
---|---|
s in | UTF-8 encoded string to convert. |
Returns | a psl:: |
psl:: string16_t psl:: string16:: from_string8_t(psl:: string8:: view s)
Brief
converts a UTF-8 string into a UTF-16 string.
Parameters | |
---|---|
s in | UTF-8 encoded string to convert. |
Returns | a psl:: |