[gnumeric] fix invalid utf-8
- From: Andreas J. Guelzow <guelzow src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] fix invalid utf-8
- Date: Fri, 11 Jun 2010 22:08:20 +0000 (UTC)
commit 30c8637796d24ee499c146507694429c0b240a68
Author: Andreas J Guelzow <aguelzow pyrshep ca>
Date: Fri Jun 11 16:07:46 2010 -0600
fix invalid utf-8
2010-06-10 Andreas J. Guelzow <aguelzow pyrshep ca>
* functions.c (help_multinomial): fix invalid utf-8.
plugins/fn-math/ChangeLog | 4 ++++
plugins/fn-math/functions.c | 2 +-
2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/plugins/fn-math/ChangeLog b/plugins/fn-math/ChangeLog
index 76c2a79..2af0d2d 100644
--- a/plugins/fn-math/ChangeLog
+++ b/plugins/fn-math/ChangeLog
@@ -1,3 +1,7 @@
+2010-06-10 Andreas J. Guelzow <aguelzow pyrshep ca>
+
+ * functions.c (help_multinomial): fix invalid utf-8.
+
2010-06-11 Morten Welinder <terra gnome org>
* functions.c (gnumeric_seriessum): Ignore blanks for
diff --git a/plugins/fn-math/functions.c b/plugins/fn-math/functions.c
index dc4ebb1..5f26c7d 100644
--- a/plugins/fn-math/functions.c
+++ b/plugins/fn-math/functions.c
@@ -1515,7 +1515,7 @@ gnumeric_sumsq (GnmFuncEvalInfo *ei, int argc, GnmExprConstPtr const *argv)
/***************************************************************************/
static GnmFuncHelp const help_multinomial[] = {
- { GNM_FUNC_HELP_NAME, F_("MULTINOMIAL:multinomial coefficient (@{x1}+\xe2\x8b\xaf+ {xn}) choose (@{x1},\xe2\x80\a6,@{xn})")},
+ { GNM_FUNC_HELP_NAME, F_("MULTINOMIAL:multinomial coefficient (@{x1}+\xe2\x8b\xaf+ {xn}) choose (@{x1},\xe2\x80\xa6,@{xn})")},
{ GNM_FUNC_HELP_ARG, F_("x1:first number")},
{ GNM_FUNC_HELP_ARG, F_("x2:second number")},
{ GNM_FUNC_HELP_ARG, F_("xn:nth number")},
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]