/*============================================================================= CACFString.cp $Log: CACFString.cp,v $ Revision 1.7 2004/08/24 22:44:02 jcm10 migrate to .cpp files Revision 1.6 2004/08/05 01:26:46 jcm10 add an encoding argument to the various GetCString methods Revision 1.5 2004/07/19 19:07:45 jcm10 add a static method to CACFString for getting a C string or Unicode string from a CFStringRef Revision 1.4 2003/09/05 23:52:00 jcm10 only fill C-strings if the length is greater than 0 Revision 1.3 2003/03/25 03:16:51 jcm10 use UTF8 encodings Revision 1.2 2002/08/07 23:14:47 jcm10 add GetUnicodeString Revision 1.1 2002/03/01 01:52:40 jcm10 moved here from ../Utility Revision 1.4 2001/07/12 03:50:28 jcm10 since CFStringGetCString returns only the length in characters, we have to add 1 when returning the length Revision 1.3 2001/04/05 01:32:26 jcm10 add CACFMutableString Revision 1.2 2001/03/16 00:42:24 jcm10 don't release the string after getting a C string from it. Revision 1.1 2001/03/14 23:48:38 jcm10 Lots of changes to support the new driver API Revision 0.0 2001/03/12 14:12:32 jcm10 created $NoKeywords: $ =============================================================================*/ #warning CACFString.cp is now CACFString.cpp #include "CACFString.cpp"