You need to use std::string, and then construct a Glib::ustring from the
std::string when you need UTF-8 functionality.

2008/5/30 Jamiil <[EMAIL PROTECTED]>:

> std::string stddata;
> std::getline( somefile, stddata, '^' );
>
> is there a way to do this
> Glib::ustring stddata;
> std::getline( somefile, stddata, '^' );
>
> ??
> What would be the GTKmm version ??
>
>
> Thanks in advance
>
> --
> Happiness has many doors, and when one of them closes another opens, yet we
> spent so much time looking at the one that is shut that we don't see the one
> that just opened..
>
> _______________________________________________
> gtkmm-list mailing list
> [email protected]
> http://mail.gnome.org/mailman/listinfo/gtkmm-list
>
_______________________________________________
gtkmm-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtkmm-list

Reply via email to