Support the locale-supplied character set where appropriate. It's
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 22 Apr 2004 17:27:05 +0000 (17:27 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 22 Apr 2004 17:27:05 +0000 (17:27 +0000)
commit7e976207d0b19baf112b216d64a8cf6a8af1069f
treea3af9997a768cbf945e4e5fdf796a8d4e4a04619
parent93688997ac35ff239dad82a093d3313a4c46ac62
Support the locale-supplied character set where appropriate. It's
used for converting command-line -C directives into Unicode; it's
used for outputting Unicode strings to stderr in error messages; and
it's used as the default character set for input files (although I'd
be inclined to recommend everyone use \cfg{input-charset} in all
their source files to ensure their portability).

git-svn-id: svn://svn.tartarus.org/sgt/halibut@4114 cda61777-01e9-0310-a592-d414129be87e
error.c
halibut.h
index.c
main.c
misc.c
ustring.c