This is an automatic generated email to let you know that the following patch 
were queued:

Subject: edid-decode: enable UTF-8 for the emscripten version
Author:  Hans Verkuil <hverkuil-ci...@xs4all.nl>
Date:    Sat Aug 10 11:21:55 2024 +0200

Enable this option when used in a web page.

Signed-off-by: Hans Verkuil <hverkuil-ci...@xs4all.nl>

 edid-decode.cpp | 1 +
 1 file changed, 1 insertion(+)

---

diff --git a/edid-decode.cpp b/edid-decode.cpp
index ff8f4a7fe48c..7b9069d21eb5 100644
--- a/edid-decode.cpp
+++ b/edid-decode.cpp
@@ -2500,6 +2500,7 @@ extern "C" int parse_edid(const char *input)
        options[OptPreferredTimings] = 1;
        options[OptNativeResolution] = 1;
        options[OptSkipSHA] = 0;
+       options[OptUTF8] = 1;
        state = edid_state();
        int ret = edid_from_file(input, stderr);
        return ret ? ret : state.parse_edid();

Reply via email to