Please note that this is not just a compile time problem!
The UTS_STRING is hard compiled *in to* the kernel and should
be normalized for the following reasons:
1. Consistency
2. Consistency
3. Consistency
4. Giving the uname command a chance to translate it to the peculiar locale
of the user.
5. During boot this string will be printed to the console. This is the
time where the system doesn't know *anything* about non ASCII character sets.
This results in the above example for me for example in printing
of utter garbage on the screen.
6. Kernel messages are supposed to be in LOCALE="C".
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/