edid-decode: translate cp437 and ISO 8859-1 to UTF-8
commit45fab9bff85ab3069f451878a1da335487fcc932
authorHans Verkuil <hverkuil-cisco@xs4all.nl>
Sat, 10 Aug 2024 08:46:53 +0000 (10 10:46 +0200)
committerHans Verkuil <hverkuil-cisco@xs4all.nl>
Sat, 10 Aug 2024 08:46:53 +0000 (10 10:46 +0200)
treec53d2da886556accf4010e054affae8b6e600365
parent303b033f92683fa3f2e73d642bf86ead8fec77b1
edid-decode: translate cp437 and ISO 8859-1 to UTF-8

If the new --utf8 option is used, then the various embedded strings
in EDID are printed as UTF-8 by converting the cp437 (base block)
or ISO 8859-1 (DisplayID block) characters to UTF-8.

Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
edid-decode.cpp
edid-decode.h
parse-base-block.cpp
parse-displayid-block.cpp