User forums > Using Code::Blocks

Why Unicode?

<< < (3/3)

Michael:

--- Quote from: Takeshi Miya on December 07, 2005, 05:42:12 pm ---Then may I ask... Do you know any work 'wrapping' the needed STL classes (string, files) to make them Unicode happy? And perhaps with cross-platform abilities?

I'm thinking of something like wxWidgets but without all the GUI stuff and templatized.

--- End quote ---
I have searched for a good string class some time ago, because unhappy with std:string, C string, wxString and so on. All this string classes have advantages, but I found rather difficult to combine their advantages by using several classes together (e.g., due to conversion problems). Unfortunately, I did not found the perfect class :(. Anyway, you can have a look at here. May be you will find something suitable for your need:

-Universal STL-Based Template String Class (http://www.codeguru.com/Cpp/Cpp/string/alts/article.php/c5643/#Formatting)

-CStdString (http://home.earthlink.net/~jmoleary/stdstring.htm)

-Str Library (http://www.utilitycode.com/str/default.aspx).
But I do not remeber if this one is open source

-http://www.codeproject.com/string/
Information about string, string classes implementation, etc.

Michael

Navigation

[0] Message Index

[*] Previous page

Go to full version