diff --git a/basis/ui/backend/windows/windows.factor b/basis/ui/backend/windows/windows.factor index ff60eea97b..7ab3297a63 100644 --- a/basis/ui/backend/windows/windows.factor +++ b/basis/ui/backend/windows/windows.factor @@ -361,7 +361,7 @@ SYMBOL: upper-surrogate-wm-char { [ dup under-surrogate? ] [ drop upper-surrogate-wm-char get-global [ - 1string wParam 1string 2array "" join + wParam "" 2sequence utf16n encode utf16n decode hWnd window user-input ] when* ] }