Skip to content

Commit

Permalink
lib/fonts: convert comments to utf-8
Browse files Browse the repository at this point in the history
The font files contain bit masks for characters in the cp437 character
set, and comments showing what character this is supposed to be.

This only makes sense when the terminal used to view the files is set to
the same codepage, but all other files in the kernel now use utf-8
encoding.

This changes those comments to utf-8 as well, for consistency.

Link: http://lkml.kernel.org/r/20180724111600.4158975-3-arnd@arndb.de
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Arnd Bergmann authored and Linus Torvalds committed Aug 24, 2018
1 parent 8f2bc80 commit a99237a
Showing 4 changed files with 512 additions and 512 deletions.
256 changes: 128 additions & 128 deletions lib/fonts/font_7x14.c

Large diffs are not rendered by default.

256 changes: 128 additions & 128 deletions lib/fonts/font_8x16.c

Large diffs are not rendered by default.

256 changes: 128 additions & 128 deletions lib/fonts/font_8x8.c

Large diffs are not rendered by default.

256 changes: 128 additions & 128 deletions lib/fonts/font_pearl_8x8.c

Large diffs are not rendered by default.

0 comments on commit a99237a

Please sign in to comment.