Convert latin1 files to utf-8
The source files are parsed by $(make docs). Currently this is done
using python2 (actually 'python' which is still python2 on most
machines). When using python3 however (which has a stricter encoding
handling) it is easier if all input is in utf-8 encoding. So convert the
few remaining latin1 encoded files to utf-8. This only affects code
comments.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
1 parent 13d9ed1 commit 014018215187e391b30b06b96c3b8329eead25d6
@Uwe Kleine-König Uwe Kleine-König authored on 17 Sep 2019
Sascha Hauer committed on 14 Oct 2019
Showing 4 changed files
View
arch/arm/boards/chumby_falconwing/falconwing.c
View
lib/fonts/font_7x14.c
Too large (Show diff)
View
lib/fonts/font_8x16.c
Too large (Show diff)
View
lib/fonts/font_8x8.c
Too large (Show diff)