Re: Warp: RSS Package Manager
"Jan Niklas Hasse" <[email protected]>
| Newsgroups | gmane.comp.autopackage.devel |
|---|---|
| Message-ID | <[email protected]> |
> But is that a unicode string (and if so which unicode encoding) or a string > in the local encoding? Do you actually name variables like this: sUtf8Filename ?? Anyway: Gtk+ is already using UTF-8 and I don't see any use cases for other encodings at all. > is it a STL string or a char * or a wchar* ? or a > symbian descriptor? or ..................... In C++ it's a string of course, in C a char*. wchar* is for UTF-16, is it? If so, it shouldn't be used at all, because UTF-8 is the way to go. --------------------------------------------------------------------- To unsubscribe, e-mail: autopackage-dev-unsubscribe-OfajU3CKLf1/[email protected] For additional commands, e-mail: autopackage-dev-help-OfajU3CKLf1/[email protected]