diff -r 5588347dfcbd -r 82a37ccf6b8c CollectionUtils.h --- a/CollectionUtils.h Wed May 07 16:47:44 2008 -0700 +++ b/CollectionUtils.h Tue May 20 17:40:28 2008 -0700 @@ -32,6 +32,8 @@ BOOL $equal(id obj1, id obj2); // Like -isEqual: but works even if either/both are nil +NSString* $string( const char *utf8Str ); + #define $sprintf(FORMAT, ARGS... ) [NSString stringWithFormat: (FORMAT), ARGS] #define $cast(CLASSNAME,OBJ) ((CLASSNAME*)(_cast([CLASSNAME class],(OBJ))))