Re: [gtkmm] Announce: the compose library, v. 1.0



>I think I've forgotten to announce the release of my string
>composition library. Basically, it supports syntax like this:
>
>  Glib::ustring s;
>
>  s = ucompose("Account no. %1 has a total of %2.", account_no, total);

any chance of changing it to:

    std::string s;
    s = ....

? i really would like to use this in many C++ programs, but making it
link against glibmm isn't my idea of a good time.

--p



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]