@ -12919,7 +12919,7 @@ struct ExampleAppConsole
while (word_start > data->Buf)
{
const char c = word_start[-1];
if (c == ' ' || c == '\t' || c == 0x3000 || c == ',' || c == ';')
if (c == ' ' || c == '\t' || c == ',' || c == ';')
break;
word_start--;
}