diff options
author | Arnd Bergmann <arnd@arndb.de> | 2018-08-24 03:01:29 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2018-08-24 04:48:43 +0300 |
commit | 8f2bc80c6ef8b940b86d0ab49743443a149acf7e (patch) | |
tree | 2d714f7fba08ae744a778e62abbe5ead76cc40a8 /lib/smp_processor_id.c | |
parent | 3723c63247854c97fe044c12a40e29043e9bbc1b (diff) | |
download | linux-8f2bc80c6ef8b940b86d0ab49743443a149acf7e.tar.xz |
s390: ebcdic: convert comments to UTF-8
The ebcdic.c file contains tables for converting between ebcdic and PC
codepage 437. I could however not identify which encoding was used for
the comments. This seems to be some variation of ISO_8859-1 with
non-UTF-8 escape characters.
I have converted this to UTF-8 by manually removing the escape
characters and then running it through recode, to get the same encoding
that we use for the rest of the kernel.
Link: http://lkml.kernel.org/r/20180724111600.4158975-2-arnd@arndb.de
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
Cc: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'lib/smp_processor_id.c')
0 files changed, 0 insertions, 0 deletions