[Patch] Spell name properly

Linus Torvalds torvalds at linux-foundation.org
Sat Jul 26 13:09:28 PDT 2014


On Sat, Jul 26, 2014 at 12:32 PM, Robert C. Helling <helling at atdotde.de> wrote:
> Hi,
>
> as we already have unicode in our sources, we can as well spell that name properly.

Do we actually have uncode in the *sources* as opposed to the source *tree*.

Because this looks dangerous:

   struct bühlmann_config {

and I'm not at all certain that all compilers will support utf8 variable names.

In fact,. I'm pretty sure the one I have now results in:

compiling deco.c
deco.c:23:8: error: stray ‘\303’ in program
 struct bühlmann_config {

So I'd strongly NAK this. What compiler are you using?

              Linus


More information about the subsurface mailing list