Oh dear. So simple and obvious.
Hannu Vuolasaho
Date: Sun, 20 May 2012 20:16:36 +0200
From: li...@binarywings.net
To: gtkmm-list@gnome.org
Subject: Re: Using std string when ustring is not available.
Am 20.05.2012 16:15, schrieb Hannu Vuolasaho
Am 20.05.2012 16:15, schrieb Hannu Vuolasaho:
>
> Hello everyone!
>
> I'm thinking of supporting UTF-8 in my small console application and ustring
> would be quite useful and using gtkmm there is possibility to add GUI also.
> However some systems might not have gtkmm installed and in that case
Hello everyone!
I'm thinking of supporting UTF-8 in my small console application and ustring
would be quite useful and using gtkmm there is possibility to add GUI also.
However some systems might not have gtkmm installed and in that case I'd like
to fall back to std string.
Is this behaviour