一个char类型数组,包含一个unicode字符串 其中包括数字字符,所以会包含1个NULL,整个字符串以2个NULL结束我采用函数+ (id)stringWithCString:(const char *)cString encoding:(NSStringEncoding)enc但是文档中有这么一段解释
cString
A C array of bytes. The array must end with a NULL character; intermediate NULL characters are not allowed.字符串中间不能包含0 这种情况下我该如何处理?