From be96a46e9675495a8bc2ce66f5b912152bf76084 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Fri, 2 Jun 2006 20:09:22 +0000 Subject: [PATCH] - fix encoding --- ext/standard/var.c | 2 +- ext/zlib/php_zlib.h | 2 +- ext/zlib/zlib.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ext/standard/var.c b/ext/standard/var.c index ca91f49c00..9949f39822 100644 --- a/ext/standard/var.c +++ b/ext/standard/var.c @@ -12,7 +12,7 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Jani Lehtim�i | + | Authors: Jani Lehtimäki | | Thies C. Arntzen | | Sascha Schumann | +----------------------------------------------------------------------+ diff --git a/ext/zlib/php_zlib.h b/ext/zlib/php_zlib.h index 093a740c5e..6548d79e11 100644 --- a/ext/zlib/php_zlib.h +++ b/ext/zlib/php_zlib.h @@ -13,7 +13,7 @@ | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ | Authors: Rasmus Lerdorf | - | Stefan R�rich | + | Stefan Röhrich | +----------------------------------------------------------------------+ */ diff --git a/ext/zlib/zlib.c b/ext/zlib/zlib.c index 7d86ce1224..ae82433240 100644 --- a/ext/zlib/zlib.c +++ b/ext/zlib/zlib.c @@ -13,7 +13,7 @@ | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ | Authors: Rasmus Lerdorf | - | Stefan R�rich | + | Stefan Röhrich | | Zeev Suraski | | Jade Nicoletti | +----------------------------------------------------------------------+ -- 2.40.0