|
From: <syn...@gm...> - 2004-12-16 22:56:12
|
Hello,
I plan to use libxml++ with the following replacement of ustring:
/glibmm/ustring.h :
#include <string>
namespace Glib
{
typedef std::string ustring;
}
But I don't know how "dangerous" this is.
Do I ever get problems when I only use ascii?
Best Regards,
Peter
|