MCPcopy Create free account
hub / github.com/devkitPro/3ds-hbmenu / safe_utf8_convert

Function safe_utf8_convert

source/menu-entry.c:581–586  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

579}
580
581static void safe_utf8_convert(char* buf, const u16* input, size_t bufsize)
582{
583 ssize_t units = utf16_to_utf8((uint8_t*)buf, input, bufsize);
584 if (units < 0) units = 0;
585 buf[units] = 0;
586}
587
588void menuEntryParseSmdh(menuEntry_s* me)
589{

Callers 1

menuEntryParseSmdhFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected