compiler warned about 'unmappable' character in juerg lehnis name; changed umlauts to ascii

This commit is contained in:
michi 2005-09-01 19:38:58 +00:00
parent 88b3579908
commit d728d7fe21
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@
/*
* The GIF encoding routines are based on the Acme libary
*
* The following addaptions and extensions were added by JŸrg Lehni:
* The following addaptions and extensions were added by Juerg Lehni:
*
* - encode now directly works on BufferedImage objects, the ImageEncoder
* and ImageConsumer oriented frameworks has been removed.

View file

@ -21,7 +21,7 @@ import java.awt.image.*;
/*
* @(#)Quantize.java 0.90 9/19/00 Adam Doppelt
*
* Modifications by JŸrg Lehni:
* Modifications by Juerg Lehni:
*
* - Support for alpha-channels.
* - Returns a BufferedImage of TYPE_BYTE_INDEXED with a IndexColorModel.