
On 4/15/24 14:22, Heinrich Schuchardt wrote:
On 15.04.24 13:35, Michal Simek wrote:
Some of Kconfigs are using utf-8 encoding because of used chars. Convert all of them to ascii enconging.
Signed-off-by: Michal Simek michal.simek@amd.com
There are other files which are using utf-8 enconding and pretty much I think we should convert all of them because there is no reason to use utf-8 encoding.
Hello Michal,
The commit message does not explain why we should refrain from using UTF-8.
that's a good point. I was thinking about the reason for it and pretty much wanted to get feedback from Tom about it.
In doc/develop/sending_patches.rst is said that patches should be sent as plain text but encoding is not specified. Traditionally this was ASCII and I pretty much don't see the reason to use UTF encoding (even my name has special czech char which I am not using, the same is for Marek Vasut).
Thanks, Michal