From: Edin Kadribasic Date: Tue, 6 Sep 2005 21:30:28 +0000 (+0000) Subject: Remove utf-8 chars X-Git-Tag: RELEASE_0_9_0~281 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e18b812ba64114ddffab9f5b822f1b022763b760;p=php Remove utf-8 chars --- diff --git a/ext/oci8/oci8.c b/ext/oci8/oci8.c index 9d615b43af..56440bb682 100644 --- a/ext/oci8/oci8.c +++ b/ext/oci8/oci8.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: Stig Sæther Bakken | + | Authors: Stig Sæther Bakken | | Thies C. Arntzen | | Redesigned by: Antony Dovgal | | Andi Gutmans | diff --git a/ext/oci8/oci8_collection.c b/ext/oci8/oci8_collection.c index f0d8e2fff0..c191a0ae77 100644 --- a/ext/oci8/oci8_collection.c +++ b/ext/oci8/oci8_collection.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: Stig Sæther Bakken | + | Authors: Stig Sæther Bakken | | Thies C. Arntzen | | Redesigned by: Antony Dovgal | | Andi Gutmans | diff --git a/ext/oci8/oci8_interface.c b/ext/oci8/oci8_interface.c index debdaad245..9dcce14be5 100644 --- a/ext/oci8/oci8_interface.c +++ b/ext/oci8/oci8_interface.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: Stig Sæther Bakken | + | Authors: Stig Sæther Bakken | | Thies C. Arntzen | | Redesigned by: Antony Dovgal | | Andi Gutmans | diff --git a/ext/oci8/oci8_lob.c b/ext/oci8/oci8_lob.c index d4fd1827d0..d0cf7ded4f 100644 --- a/ext/oci8/oci8_lob.c +++ b/ext/oci8/oci8_lob.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: Stig Sæther Bakken | + | Authors: Stig Sæther Bakken | | Thies C. Arntzen | | Redesigned by: Antony Dovgal | | Andi Gutmans | diff --git a/ext/oci8/oci8_statement.c b/ext/oci8/oci8_statement.c index 39cdfbfd06..b79d07437a 100644 --- a/ext/oci8/oci8_statement.c +++ b/ext/oci8/oci8_statement.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: Stig Sæther Bakken | + | Authors: Stig Sæther Bakken | | Thies C. Arntzen | | Redesigned by: Antony Dovgal | | Andi Gutmans | diff --git a/ext/oci8/php_oci8.h b/ext/oci8/php_oci8.h index 92e8663e92..a9883e9a80 100644 --- a/ext/oci8/php_oci8.h +++ b/ext/oci8/php_oci8.h @@ -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: Stig Sæther Bakken | + | Authors: Stig Sæther Bakken | | Thies C. Arntzen | | Redesigned by: Antony Dovgal | | Andi Gutmans | diff --git a/ext/oci8/php_oci8_int.h b/ext/oci8/php_oci8_int.h index dde57e5974..1c7aec4b85 100644 --- a/ext/oci8/php_oci8_int.h +++ b/ext/oci8/php_oci8_int.h @@ -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: Stig Sæther Bakken | + | Authors: Stig Sæther Bakken | | Thies C. Arntzen | | Redesigned by: Antony Dovgal | | Andi Gutmans |