you can define unicode strings in code, i do it like this:
short null_char = '\0';
STRING* str = str_createw(&null_char);