diff options
author | Leif Lindholm <quic_llindhol@quicinc.com> | 2024-07-10 20:34:00 +0100 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2024-07-15 13:27:00 +0000 |
commit | 5366def8d01d141163a727aeaef61318180deb98 (patch) | |
tree | 5b6709a843e0d2314204a9dc584a5fe23c6f5301 /BaseTools/BuildEnv | |
parent | 8ade6d7bd1d8bb0b67ff254526078bd17689f363 (diff) | |
download | edk2-5366def8d01d141163a727aeaef61318180deb98.tar.gz edk2-5366def8d01d141163a727aeaef61318180deb98.tar.bz2 edk2-5366def8d01d141163a727aeaef61318180deb98.zip |
BaseTools: drop GeneralCheckNonAscii() from ECC
The GeneralCheckNonAscii() function is a sledgehammer rejecting any file
containing any character outside of the 7-bit ASCII encoding space, as
well as the DEL character (which seems unrelated).
This conflicts with basic stuff like correctly spelling certain proper
nouns in comments (like copyright statements), or string literals (for
example in multi-language driver binding ComponentNames).
So rip it out, to be replaced by more fine-grained checks to be added as
identified and needed.
Signed-off-by: Leif Lindholm <quic_llindhol@quicinc.com>
Diffstat (limited to 'BaseTools/BuildEnv')
0 files changed, 0 insertions, 0 deletions