>Before std::strings can be used, dealing with a persistent string or >strings for "C" locales needs to be done. Currently, globals.cc allocates a certain number of bytes, and placement new is used to allocate space for the "C" strings. Some solution much like this is needed for std::string. -benjamin