UTF symbol (international) warning

10 Oct 2015

Problem with UTF symbol.

on string lcd.printf("Привет мужики!\n Hello word!"); online compiler has many Warning: Invalid multibyte character sequence

all code compiled right and work correct, please remove this warning.

01 Mar 2016

Andriy,

Thanks for reporting this, I'm adding it to our list of bug fixes.

Keep up the good work!

-Austin

04 Sep 2016

to suppress this warning message, you can put a pragma below in your code.

#pragma diag_suppress 870