Revision: 986 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=986&view=rev Author: frlan Date: 2009-10-11 20:42:41 +0000 (Sun, 11 Oct 2009)
Log Message: ----------- GeanyLaTeX: Also replace capital German Umlauts.
Modified Paths: -------------- branches/geany-plugins/geany-plugins-0.18/geanylatex/ChangeLog branches/geany-plugins/geany-plugins-0.18/geanylatex/src/letters.c
Modified: branches/geany-plugins/geany-plugins-0.18/geanylatex/ChangeLog =================================================================== --- branches/geany-plugins/geany-plugins-0.18/geanylatex/ChangeLog 2009-10-11 20:40:53 UTC (rev 985) +++ branches/geany-plugins/geany-plugins-0.18/geanylatex/ChangeLog 2009-10-11 20:42:41 UTC (rev 986) @@ -1,3 +1,8 @@ +2009-10-11 Frank Lanitz <frank(at)frank(dot)uvena(dot)de> + + * Backport a fix of trunk to also replace capital German Umlauts. + + 2009-05-25 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
* Some more clean up of code.
Modified: branches/geany-plugins/geany-plugins-0.18/geanylatex/src/letters.c =================================================================== --- branches/geany-plugins/geany-plugins-0.18/geanylatex/src/letters.c 2009-10-11 20:40:53 UTC (rev 985) +++ branches/geany-plugins/geany-plugins-0.18/geanylatex/src/letters.c 2009-10-11 20:42:41 UTC (rev 986) @@ -108,8 +108,11 @@
/* German Umlaute */ {GERMAN_LETTERS, "ä",""a"}, + {GERMAN_LETTERS, "Ä",""A"}, {GERMAN_LETTERS, "ü",""u"}, + {GERMAN_LETTERS, "Ü",""U"}, {GERMAN_LETTERS, "ö",""o"}, + {GERMAN_LETTERS, "Ö",""O"}, {GERMAN_LETTERS, "ß",""s"},
/* Czech characters */
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.