gparted/compose
Bart Hakvoort 0de39fb11b removed INSTALL some fixes to make 'make dist' work (thanks to Daniel
* removed INSTALL
* compose/.cvsignore,
  compose/Makefile.am,
  Makefile.am,
  configure.in,
  include/Makefile.am: some fixes to make 'make dist' work (thanks to Daniel Holbach)
2005-10-05 22:37:17 +00:00
..
.cvsignore removed INSTALL some fixes to make 'make dist' work (thanks to Daniel 2005-10-05 22:37:17 +00:00
Makefile.am removed INSTALL some fixes to make 'make dist' work (thanks to Daniel 2005-10-05 22:37:17 +00:00
README initial import 2004-09-25 10:46:28 +00:00
ucompose.hpp lots of stuff and cleanups, including fixing getting used/unused space of 2005-09-13 14:56:00 +00:00

README

Defines String::ucompose(fmt, arg...) for easy, i18n-friendly
composition of strings with Gtkmm >= 1.3.* (see www.gtkmm.org).
Uses Glib::ustring instead of std::string which doesn't work with
Gtkmm due to character encoding troubles with stringstreams.

Version 1.0.4.

Copyright (c) 2002, 03, 04 Ole Laursen <olau@hardworking.dk>.

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public License
as published by the Free Software Foundation; either version 2.1 of
the License, or (at your option) any later version.

       
Basic usage is like:
String::ucompose("This is a %1x%2 matrix.", rows, cols);

See http://www.cs.aau.dk/~olau/compose for more details.