Files
nethack/util
PatR 5e9358b331 makedefs: check input files for non-ASCII chars
If MAKEDEFS_FILTER_NONASCII is defined (which config.h now does by
default), it will check data.base, rumors.*, and {various}.txt for
characters outside the range of ' ' through '~'.  If it finds any, it
will warn about them and change them to '#'.

Tab handling is incomplete; the files that use tabs for indentation
will allow tabs anywhere, even though that's not wanted.  That could
be fixed but doesn't seem particularly urgent.  This is more about
spotting and repairing the special 3-char punctuation characters that
crept into data.base fairly recently.
2023-12-18 17:16:33 -08:00
..
2023-06-23 12:10:38 -07:00
2023-11-22 16:01:58 -05:00
2023-11-22 16:01:58 -05:00
2022-09-17 15:57:52 -04:00
2023-06-23 12:10:38 -07:00