0
    NSString *path = [[NSBundle mainBundle] pathForResource:@"hebrewLesson1and2" ofType:@"csv"]; 
    NSArray *rows = [NSArray arrayWithContentsOfCSVFile:path];
    NSLog(@"%@", rows);

我的 CSV 文件包含希伯来语字符,我希望将其打印到控制台。目前它们被打印出来像 "\U05d6\U05b8\U05e7\U05b5\U05df" 而不是像 "זָקֵן" 这样的东西。

谢谢您的帮助。

4

0 回答 0