Use greater-than-or-equal to sign instead of '>='.
authorJohn Darrington <john@darrington.wattle.id.au>
Fri, 1 Jul 2011 16:21:32 +0000 (18:21 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Fri, 1 Jul 2011 16:21:32 +0000 (18:21 +0200)
Now that the "ascii" driver supports non-ascii, we can use these
unicode characters to give more elegent output.

po/automake.mk
src/language/stats/runs.c
src/language/stats/t-test-indep.c
tests/language/stats/npar.at
tests/language/stats/t-test.at

index 92015ef95cd8b579d7d543a8d69c70c8e2e4e890..e0276a30916cd617b5cc99a43580258c09a3bc18 100644 (file)
@@ -15,6 +15,7 @@ XGETTEXT_OPTIONS = \
        --package-name=$(PACKAGE) \
        --package-version=$(VERSION) \
        --msgid-bugs-address=$(MSGID_BUGS_ADDRESS) \
+        --from-code=UTF-8 \
        --add-comments='TRANSLATORS:'
 
 $(POTFILE): $(TRANSLATABLE_FILES) $(UI_FILES)
index 9fc571cf9293bd9d47aa2e4025baf4b6f11723f0..7e36065730a27818b73f92973f38739840e69c66 100644 (file)
@@ -384,7 +384,7 @@ show_runs_result (const struct runs_test *rt, const struct run_state *rs, const
            TAT_TITLE | TAB_LEFT , _("Cases < Test Value"));
 
   tab_text (table,  0, column_headers + 2,
-           TAT_TITLE | TAB_LEFT , _("Cases >= Test Value"));
+           TAT_TITLE | TAB_LEFT , _("Cases  Test Value"));
 
   tab_text (table,  0, column_headers + 3,
            TAT_TITLE | TAB_LEFT , _("Total Cases"));
index 876b9857d5bbea9efa19ccc6137feea7c205b043..bc42e3270f102a1064fe0feca7a0f351b4a436f6 100644 (file)
@@ -215,8 +215,7 @@ indep_summary (const struct tt *tt, struct indep_samples *is, const struct pair_
 
   if (is->cut)
     {
-      /*      ds_put_cstr (&vallab0, "≥"); */
-      ds_put_cstr (&vallab0, ">=");
+      ds_put_cstr (&vallab0, "≥");
       ds_put_cstr (&vallab1, "<");
 
       var_append_value_name (is->gvar, is->gval0, &vallab0);
index e7ddc78bcdcefd15a8af06509f74b069d6f05555..28e8e497db877c514a31807cb15737a9bd53753c 100644 (file)
@@ -854,7 +854,7 @@ Table: Runs Test
 ,score
 Test Value (median),3.0000
 Cases < Test Value,177.0000
-Cases >= Test Value,309.0000
+Cases  Test Value,309.0000
 Total Cases,486.0000
 Number of Runs,12
 Z,-20.9931
@@ -864,7 +864,7 @@ Table: Runs Test
 ,score
 Test Value (mean),3.6379
 Cases < Test Value,259.0000
-Cases >= Test Value,227.0000
+Cases  Test Value,227.0000
 Total Cases,486.0000
 Number of Runs,12
 Z,-21.0650
@@ -874,7 +874,7 @@ Table: Runs Test
 ,score
 Test Value (mode),6.0000
 Cases < Test Value,316.0000
-Cases >= Test Value,170.0000
+Cases  Test Value,170.0000
 Total Cases,486.0000
 Number of Runs,11
 Z,-21.0742
index b97db81fd6e983879a96a2f899a60bb4bbecb8d8..ceda4c28a1988fc201eac27ffbeab2f15ec6d08f 100644 (file)
@@ -285,7 +285,7 @@ DEP,F8.0
 
 Table: Group Statistics
 ,INDEP,N,Mean,Std. Deviation,S.E. Mean
-DEP,>=    1.51,11,9.00,3.82,1.15
+DEP,    1.51,11,9.00,3.82,1.15
 ,<    1.51,11,8.00,2.86,.86
 
 Table: Independent Samples Test