54 views
in GUI Development by
Hi

I've a native code as follows.

  CondMainMeasUnit = EwNewStringAnsi(" µS/cm");  

I'm getting the following warning during compilation in KEIL.

warning: illegal character encoding in string literal [-Winvalid-source-encoding]
 13308 |    CondMainMeasUnit =EwNewStringAnsi(" <B5>S/cm");  

 

Can't I use special characters inside   EwNewStringAnsi() command?

Thank you

Regrads

Thanushiyah

1 Answer

0 votes
by
Hello,

this is not related to Embedded Wizard but to C code. I hope Keil support can help you further.

Best regards

Paul Banach

Ask Embedded Wizard

Welcome to the question and answer site for Embedded Wizard users and UI developers.

Ask your question and receive answers from the Embedded Wizard support team or from other members of the community!

Embedded Wizard Website | Privacy Policy | Imprint

...