From 2f5253000e9eccef40dd789a408744506981ce73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Wed, 21 Sep 2011 11:17:24 +0000 Subject: encoding fixes svn path=/trunk/externals/zexy/; revision=15332 --- src/zexy.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/zexy.c') diff --git a/src/zexy.c b/src/zexy.c index 3e81371..554857a 100644 --- a/src/zexy.c +++ b/src/zexy.c @@ -1,7 +1,7 @@ /* * zexy: the swiss army knife for Pure Data * - * (c) 1999-2011 IOhannes m zmölnig, forum::fÃŒr::umlÀute, institute of electronic music and acoustics (iem) + * (c) 1999-2011 IOhannes m zmölnig, forum::für::umläute, institute of electronic music and acoustics (iem) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -124,7 +124,7 @@ static void zexy_help(void) post("urn\t\t:: unique random numbers"); post("operating_system\t:: information on the OS"); - endpost(); post("\n(l) forum::fÃŒr::umlÀute except where indicated"); + endpost(); post("\n(l) forum::für::umläute except where indicated"); post("this software is released under the GnuGPL that is provided with these files"); endpost(); } @@ -143,7 +143,7 @@ void zexy_setup(void) for (i=0; i<28; i++) startpost("%c", HEARTSYMBOL); endpost(); post("\t%c the zexy external "VERSION" %c", HEARTSYMBOL, HEARTSYMBOL); - post("\t%c (l) forum::fÃŒr::umlÀute %c", HEARTSYMBOL, HEARTSYMBOL); + post("\t%c (l) forum::für::umläute %c", HEARTSYMBOL, HEARTSYMBOL); post("\t%c iem @ kug %c", HEARTSYMBOL, HEARTSYMBOL); post("\t%c compiled: "__DATE__" %c", HEARTSYMBOL, HEARTSYMBOL); post("\t%c send me a 'help' message %c", HEARTSYMBOL, HEARTSYMBOL); -- cgit v1.2.1