On somewhat of a lark, I wanted to use a µ
character in a function name in a C project. Is this just not possible? I get errors like
error: stray '\302' in program
I tried adding the options:
-fexec-charset=UTF-8
-finput-charset=UTF-8
to my build script, but I must not understand what those enable. I'm running this version of gcc:
arm-none-eabi-gcc (GNU Tools for ARM Embedded Processors 6-2017-q2-update) 6.3.1 20170620 (release) [ARM/embedded-6-branch revision 249437]