[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Why std::string is used for the file paths?
- From: "Roman Yazmin" <roman yazmin gmail com>
- To: toralf procaptura com
- Cc: gtkmm-list gnome org
- Subject: Re: Why std::string is used for the file paths?
- Date: Mon, 14 Jul 2008 12:52:38 +0400
Gtkmm doesn't have its own "string" class. It has a special class for
UTF-8 encoded strings. That's what Glib::ustring is.
And all library use this special class for UTF-8 encoded strings. And must be used for file paths also.
If not, please show me the benefits of using std::string for file paths instead of ustring.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]