Create a string from a UTF-8 string. You must call awe_string_destroy with the returned instance once you're done using it.
@param str A UTF-8 string to be copied from.
@param len The length of the string.
See Implementation
Create a string from a UTF-8 string. You must call awe_string_destroy with the returned instance once you're done using it.
@param str A UTF-8 string to be copied from.
@param len The length of the string.