Hello!

A few weeks ago I had some problems with a static analysis tool that
couldn't parse NuttX code, due to non-Unicode characters. I provided a
couple of PRs and fixed the issues, but it got me thinking...

Do we really need Unicode characters within the codebase?

I can only think of problems with this, from missing glyphs from fonts, to
difficulties in search...
I don't see any value in writing μs instead of us, or I²C instead of I2C.

What do you think?
Shall we allow such characters, or enforce ASCII-only characters in the
codebase?

Reply via email to