/********************************************************************
+ * © 2016 and later: Unicode, Inc. and others.
+ * License & terms of use: http://www.unicode.org/copyright.html#License
+ *************************************************************************
+ *************************************************************************
* COPYRIGHT:
- * Copyright (c) 1999-2003, International Business Machines Corporation and
+ * Copyright (c) 1999-2009, International Business Machines Corporation and
* others. All Rights Reserved.
- ********************************************************************/
+ *************************************************************************/
#include "unicode/unistr.h"
#include "unicode/fmtable.h"
#include <stdio.h>
#include <stdlib.h>
+using namespace icu;
+
enum {
U_SPACE=0x20,
U_DQUOTE=0x22,
}
printf("%s", buf);
if(buf != stackBuffer) {
- delete buf;
+ delete[] buf;
}
}