I can't remember, were we moving towards or away from UTF-8? On Sun, Mar 15, 2009 at 4:23 PM, Arjen de Korte <[email protected]> wrote: > Author: adkorte-guest > Date: Sun Mar 15 20:23:08 2009 > New Revision: 1805 > > Log: > Fix compiler warnings in functional code > > Modified: > trunk/drivers/belkin.c > trunk/drivers/mge-xml.c > trunk/drivers/tripplitesu.c > > Modified: trunk/drivers/belkin.c > ============================================================================== > --- trunk/drivers/belkin.c (original) > +++ trunk/drivers/belkin.c Sun Mar 15 20:23:08 2009 > @@ -1,6 +1,6 @@ > /* belkin.c - model specific routines for Belkin Smart-UPS units. > > - Copyright (C) 2000 Marcus Müller <[email protected]> > + Copyright (C) 2000 Marcus M�ller <[email protected]> > > based on: > > @@ -34,14 +34,14 @@ > upsdrv_info_t upsdrv_info = { > DRIVER_NAME, > DRIVER_VERSION, > - "Marcus Müller <[email protected]>", > + "Marcus M�ller <[email protected]>", > DRV_STABLE, > { NULL } > }; > ...
_______________________________________________ Nut-upsdev mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/nut-upsdev
