From d728d7fe21104331443924cfbbe10576bcd7aea7 Mon Sep 17 00:00:00 2001 From: michi Date: Thu, 1 Sep 2005 19:38:58 +0000 Subject: [PATCH] compiler warned about 'unmappable' character in juerg lehnis name; changed umlauts to ascii --- src/helma/image/GIFEncoder.java | 2 +- src/helma/image/Quantize.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/helma/image/GIFEncoder.java b/src/helma/image/GIFEncoder.java index 8f69d9fd..6bda02a7 100644 --- a/src/helma/image/GIFEncoder.java +++ b/src/helma/image/GIFEncoder.java @@ -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. diff --git a/src/helma/image/Quantize.java b/src/helma/image/Quantize.java index a61c39b2..06a96e39 100644 --- a/src/helma/image/Quantize.java +++ b/src/helma/image/Quantize.java @@ -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.