SF.net SVN: geany-plugins:[292] trunk/geanylatex/src/latexencodings.c

frlan at users.sourceforge.net frlan at xxxxx
Tue Nov 11 21:13:35 UTC 2008


Revision: 292
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=292&view=rev
Author:   frlan
Date:     2008-11-11 21:13:35 +0000 (Tue, 11 Nov 2008)

Log Message:
-----------
GeanyLaTeX: Use of utf8 insteed of utf8x for UTF-8 inputencoding

Modified Paths:
--------------
    trunk/geanylatex/src/latexencodings.c

Modified: trunk/geanylatex/src/latexencodings.c
===================================================================
--- trunk/geanylatex/src/latexencodings.c	2008-11-11 17:03:20 UTC (rev 291)
+++ trunk/geanylatex/src/latexencodings.c	2008-11-11 21:13:35 UTC (rev 292)
@@ -34,7 +34,7 @@
 
 void init_encodings_latex(void)
 {
-	fill(LATEX_ENCODING_UTF_8, _("UTF-8"), "utf8x", GEANY_ENCODING_UTF_8);
+	fill(LATEX_ENCODING_UTF_8, _("UTF-8"), "utf8", GEANY_ENCODING_UTF_8);
 	fill(LATEX_ENCODING_ASCII, _("US-ASCII"), "ascii", GEANY_ENCODING_ISO_8859_1);
 	fill(LATEX_ENCODING_ISO_8859_1, _("ISO-8859-1 (Latin-1)"), "latin1",
 	     GEANY_ENCODING_ISO_8859_1);


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Plugins-Commits mailing list