315 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 - Archive

Welcome to the Ask Embedded Wizard archive. This community forum served us well for many years, but we've evolved our support approach!

Your resources:

The Embedded Wizard Online Documentation provides comprehensive documentation, tutorials, examples and ready-to-use software packages.

For dedicated assistance, explore our Embedded Wizard Product Support.

You can still browse the valuable discussions from our community history here.

Embedded Wizard Website | Privacy Policy | Imprint

...