Support wide characters in printf %c

This commit is contained in:
Kevin Ballard
2014-09-21 23:19:57 -07:00
parent fe9cf673a2
commit a4059d3e60
3 changed files with 3 additions and 0 deletions

View File

@@ -467,6 +467,7 @@ void builtin_printf_state_t::print_direc(const wchar_t *start, size_t length, wc
fmt.append(L"L");
break;
case L's':
case L'c':
fmt.append(L"l");
break;
default: