diff -uwr phpUnac-1.7.0/php3_unac.c phpUnac-1.7.0-gcc-3.3.3/php3_unac.c
--- phpUnac-1.7.0/php3_unac.c	2002-07-06 17:34:58.000000000 +0200
+++ phpUnac-1.7.0-gcc-3.3.3/php3_unac.c	2004-01-25 16:25:56.000000000 +0100
@@ -40,10 +40,10 @@
 
 static void php3_info_unac() {
 	PUTS(
-"Strip accents from a string, based on version "UNAC_VERSION".
-Usage is unac_string(charset, string) that returns the string
-argument without accents. 
-Example: unac_string(\"iso-8859-1\", \"été\") -> \"ete\".
+"Strip accents from a string, based on version \"UNAC_VERSION\"\
+Usage is unac_string(charset, string) that returns the string\
+argument without accents. \
+Example: unac_string(\"iso-8859-1\", \"été\") -> \"ete\".\
 ");
 }
 
diff -uwr phpUnac-1.7.0/php4_unac.c phpUnac-1.7.0-gcc-3.3.3/php4_unac.c
--- phpUnac-1.7.0/php4_unac.c	2002-09-03 14:36:07.000000000 +0200
+++ phpUnac-1.7.0-gcc-3.3.3/php4_unac.c	2004-01-25 16:26:23.000000000 +0100
@@ -70,10 +70,10 @@
 	php_info_print_table_header(2, "unac support", "enabled");
 	php_info_print_table_end();
 	php_info_print_box_start(0);
-	PUTS("Strip accents from a string, based on version "UNAC_VERSION".
-Usage is unac_string(charset, string) that returns the string
-argument without accents. 
-Example: unac_string(\"iso-8859-1\", \"été\") -> \"ete\".
+	PUTS("Strip accents from a string, based on version \"UNAC_VERSION\". \
+Usage is unac_string(charset, string) that returns the string \
+argument without accents. \
+Example: unac_string(\"iso-8859-1\", \"été\") -> \"ete\".\
 ");
 	php_info_print_box_end();
 }
