[gnumeric] fix CHAR description



commit 20e47e4d44360d23680f1b5c15a6a4e3418d0c1d
Author: Andreas J Guelzow <aguelzow pyrshep ca>
Date:   Fri Jul 16 16:52:53 2010 -0600

    fix CHAR description

 plugins/fn-string/ChangeLog   |    4 ++++
 plugins/fn-string/functions.c |    4 +++-
 2 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/plugins/fn-string/ChangeLog b/plugins/fn-string/ChangeLog
index 39f4d5b..d957879 100644
--- a/plugins/fn-string/ChangeLog
+++ b/plugins/fn-string/ChangeLog
@@ -1,3 +1,7 @@
+2010-07-16 Andreas J. Guelzow <aguelzow pyrshep ca>
+
+	* functions.c (help_char): fix description
+	
 2010-07-08  Morten Welinder  <terra gnome org>
 
 	* functions.c (gnumeric_fixed): Use go_format_details_new and
diff --git a/plugins/fn-string/functions.c b/plugins/fn-string/functions.c
index 95f6c28..796c5dd 100644
--- a/plugins/fn-string/functions.c
+++ b/plugins/fn-string/functions.c
@@ -60,7 +60,9 @@ static GnmFuncHelp const help_char[] = {
 	{ GNM_FUNC_HELP_DESCRIPTION, F_("CP1252 (Windows-1252) is also known as the \"ANSI code page\", "
 					"but it is not an ANSI standard.")},
 	{ GNM_FUNC_HELP_DESCRIPTION, F_("CP1252 (Windows-1252) is based on an early draft of ISO-8859-1, "
-					"and contains all of its printable characters (but partially at different positions.)")},
+					"and contains all of its printable characters. It also contains all "
+					"of ISO-8859-15's printable characters (but partially at different "
+					"positions.)")},
 	{ GNM_FUNC_HELP_NOTE, F_("In CP1252 (Windows-1252), 129, 141, 143, 144, and 157 do not have matching characters.") },
 	{ GNM_FUNC_HELP_NOTE, F_("For @{x} from 1 to 255 except 129, 141, 143, 144, and 157 we have CODE(CHAR(@{x}))= {x} ") },
 	{ GNM_FUNC_HELP_DESCRIPTION, F_("This function is Excel compatible.") },



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]