]> git.ipfire.org Git - thirdparty/gnulib.git/commit
maint: remove ‘coding: utf-8’ on ASCII
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 28 Jul 2024 19:37:13 +0000 (12:37 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 28 Jul 2024 19:37:45 +0000 (12:37 -0700)
commitce9261f233d0f3060bf01b6d0155f664c2bebcff
treeaf4163cd23e167b40c7c40618f5b2b26d8c9423f
parent335940f981618a7c58c3cfea9e7d3be5aebfc621
maint: remove ‘coding: utf-8’ on ASCII

These days, ‘coding: utf-8’ tags aren’t needed in general,
as Emacs typically defaults to UTF-8, and Emacs itself now
has many untagged source files in UTF-8.  However, for now let’s
just remove the tags when they are on ASCII files.
* lib/md5-stream.c, lib/sha1-stream.c, lib/sha256-stream.c:
* lib/sm3-stream.c: Remove unnecessary coding: lines.
ChangeLog
lib/md5-stream.c
lib/sha1-stream.c
lib/sha256-stream.c
lib/sm3-stream.c