Encoding issue: An NSString into a key of an NSDictionary
问题 So I'm taking a data file and encoding it into a string: /////////////////////////////// // Get the string NSString* dataString = [[NSString alloc] initWithData:data encoding:encoding]; NSLog(@"dataString = %@",dataString); The file was a list of French words and they NSLog fine, showing appropriate accents (just one example): abandonnèrent Now, in the very next part of the code I take this NSString of the file contents and convert it to a dictionary where the words are the keys and the