minor fix

This is a really minor change, that would keep me from having to recompile
jigsaw with every new release.

There are a few references to "ISO8859_1" in the code; and while this is a
documented alias, it doesn't work on all jvms. If possible could this be
changed to "ISO-8859-1"?

This affects:

	jigsaw\html\HtmlGenerator.java
	jigsaw\http\Reply.java
	tools\codec\Base64Decoder.java
	tools\codec\Base64Encoder.java

Paul Lamb

Received on Thursday, 8 June 2000 12:29:51 UTC