Changes/additions to input character set handling:
authorjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Thu, 17 Feb 2005 19:00:48 +0000 (19:00 +0000)
committerjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Thu, 17 Feb 2005 19:00:48 +0000 (19:00 +0000)
commit675958c383f1dfc9c2c5a7455654c0961fdf6a65
treed4f16c4a06c367cf5bb90c0dae676515ed6fe578
parent6f0bdcdebc3e74ad0e8694d4f7d0888f7eb7a404
Changes/additions to input character set handling:

 - After discussion with Simon, change the default input charset back to ASCII,
   rather than trying to work it out from the locale, for the sake of promoting
   .but file portability.

 - Add a new command-line option "--input-charset=csname", which overrides the
   ASCII default for all input files (since there's no other way to use a
   non-ASCII-compatible input file).

 - Output a warning if -Cinput-charset:foo is specified that it has no effect.

 - Update the docs to match all this. Also try to clarify some other things in
   this area that caught me out.

git-svn-id: svn://svn.tartarus.org/sgt/halibut@5332 cda61777-01e9-0310-a592-d414129be87e
doc/input.but
doc/manpage.but
doc/running.but
error.c
halibut.h
help.c
main.c