gnumeric r17107 - in trunk: . plugins/html



Author: guelzow
Date: Thu Jan 29 06:10:25 2009
New Revision: 17107
URL: http://svn.gnome.org/viewvc/gnumeric?rev=17107&view=rev

Log:
2009-01-28  Andreas J. Guelzow <aguelzow pyrshep ca>
	* latex.c (latex2e_write_file_header): use utf8x package of ucs
	rather than utf8. Fixes 569476.




Modified:
   trunk/NEWS
   trunk/plugins/html/ChangeLog
   trunk/plugins/html/latex.c

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Thu Jan 29 06:10:25 2009
@@ -12,7 +12,8 @@
 	* Add Log-Rank Test to Kaplan-Meier tool.  [#558582]
 	* Add the name of the response variable to the regression tool
 	  output.  [#400019]
-	* Fix critical when printing/ [#568991]
+	* Fix critical when printing. [#568991]
+	* Update ucs usage when exporting to LaTeX. [#569476]
 
 Henry Law:
 	* Fix dependency problem with constructed ranges.  [#562363]

Modified: trunk/plugins/html/latex.c
==============================================================================
--- trunk/plugins/html/latex.c	(original)
+++ trunk/plugins/html/latex.c	Thu Jan 29 06:10:25 2009
@@ -457,7 +457,7 @@
 	if (gnm_app_prefs->latex_use_utf8)
 		gsf_output_puts (output,
 "%%    \\usepackage{ucs}                                            %%\n"
-"%%    \\usepackage[utf8]{inputenc}                                 %%\n"
+"%%    \\usepackage[utf8x]{inputenc}                                 %%\n"
 			);
 	else
 		gsf_output_puts (output,
@@ -511,7 +511,7 @@
 	if (gnm_app_prefs->latex_use_utf8)
 		gsf_output_puts (output,
 "       \\usepackage{ucs}\n"
-"       \\usepackage[utf8]{inputenc}\n"
+"       \\usepackage[utf8x]{inputenc}\n"
 			);
 	else
 		gsf_output_puts (output,



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