[GRASS-git] [OSGeo/grass] 905cf8: editorconfig: Mark files with stray control bytes ...
Edouard Choinière
noreply at github.com
Sat Sep 5 07:16:54 PDT 2026
Branch: refs/heads/renovate/main-editorconfig-checker-editorconfig-checker-3.x
Home: https://github.com/OSGeo/grass
Commit: 905cf8b08cc184503f5cb879e1e0af014ddf5994
https://github.com/OSGeo/grass/commit/905cf8b08cc184503f5cb879e1e0af014ddf5994
Author: Edouard Choinière <27212526+echoix at users.noreply.github.com>
Date: 2026-09-05 (Sat, 05 Sep 2026)
Changed paths:
M .editorconfig
Log Message:
-----------
editorconfig: Mark files with stray control bytes as charset unset
editorconfig-checker v3.7.0 added a pre-decode binary-detection check
that flags a file as binary (and thus failing the utf-8 charset check)
if it contains any C0 control byte, even when the file otherwise
decodes as valid UTF-8. Four files in the tree contain such stray
control bytes and newly fail with the v3.11.3 bump in this PR:
configure (a BEL byte, part of a legitimate autoconf-generated awk
field separator), lib/external/ccmath/C01-matrix (vendored
third-party code), and raster/r.drain/README and scripts/r.drain/README
(a duplicated, historical email preserved as documentation). None of
these are appropriate to hand-edit, so mark them charset = unset in
.editorconfig, matching the existing convention used for other known
non-utf-8 files.
To unsubscribe from these emails, change your notification settings at https://github.com/OSGeo/grass/settings/notifications
More information about the grass-commit
mailing list