目录一、字符编javascript码与Unicode简介1.1 字符编码1.2 Unicode二、为什么引入char16_t和char32_t三、char16_t和char32_t的基本定义和使用3.1 定义和初始化3.2 Unicode码值表示四、char16_t和char32_t的应用场景4
I have a NSMutableArray I get by loading a plist into it. The date field comes in as a string and i want to change it into a nsdate. I can change an nsstring into an nsdate.