|
utf8_to_wstring :: proc(s: string, allocator := context.temp_allocator) -> wstring {
|
|
utf8_to_wstring :: proc(s: string, allocator := context.temp_allocator) -> wstring {
|
|
if res := utf8_to_utf16(s, allocator); len(res) > 0 {
|
|
if res := utf8_to_utf16(s, allocator); len(res) > 0 {
|