Re: Glib::ustring
- From: rob page <page rob gmail com>
- To: rope-walker yandex ru
- Cc: gtkmm-list gnome org
- Subject: Re: Glib::ustring
- Date: Tue, 7 Feb 2006 13:20:03 +0000
From the docs:
"Returns a new UTF-8 string with all characters characters converted
to their lowercase equivalent, while honoring the current locale"
I presume it means uppercase equivalent.. but.. anyway.. it doesn't
change the between object, it merely returns a *new* string.
Rob.
On 07/02/06, Volosatov Alexander <rope-walker yandex ru> wrote:
> Why string do not want convert to uppercase?
>
> Glib::ustring between;
> list<char *>::iterator iter_val;
> ...
> /*append first symbol of string*/
> between.append(*iter_val, 1);
> сout << "between = " << between << endl;
> cin.get();
> between.uppercase();
> cout << "between = " << between << endl;
>
> result:
> between = d
> between = d
>
> Why?
> _______________________________________________
> gtkmm-list mailing list
> gtkmm-list gnome org
> http://mail.gnome.org/mailman/listinfo/gtkmm-list
>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]