Wide character.

This commit is contained in:
Steve Checkoway
2007-02-19 03:35:36 +00:00
parent bbbe762ee7
commit 68420be177
+1 -1
View File
@@ -193,7 +193,7 @@ void ScreenTextEntry::Input( const InputEventPlus &input )
else if( input.type == IET_FIRST_PRESS )
{
wchar_t c = INPUTMAN->DeviceInputToChar(input.DeviceI,true);
if( c >= ' ' )
if( c >= L' ' )
{
TryAppendToAnswer( WStringToRString(wstring()+c) );