[edid-decode] [PATCH] extract_string: Replace `isalnum()` with `isprint()` to allow underscores

2012-10-29 Thread Paul Menzel
Date: Mon, 29 Oct 2012 10:17:54 +0100 The EDID of the Philips 32PFL5404H contains the monitor name `PHILIPS_FTV`. `isalnum()` returns false for the underscore, causing `edid-decode` to not print the whole name and to complain that the string is not properly terminated [1]. Monitor name:

[edid-decode] [PATCH] extract_string: Replace `isalnum()` with `isprint()` to allow underscores

2012-10-29 Thread Paul Menzel
Date: Mon, 29 Oct 2012 10:17:54 +0100 The EDID of the Philips 32PFL5404H contains the monitor name `PHILIPS_FTV`. `isalnum()` returns false for the underscore, causing `edid-decode` to not print the whole name and to complain that the string is not properly terminated [1]. Monitor name: