Hi...
It is again me... Spotted 2 bugs in NSString.m:
1. Method - stringByAbbreviatingWithTildeInPath:
Here is currently a wrong +1 in the final
stringByAppendingPathComponent: call. This was
introduced by merging one of the patches I supplied
a while ago. Unfortunately I did not spot it in the
immediate reviewing after the merge.
2. + (NSString*) localizedNameOfStringEncoding:
(NSStringEncoding)encoding
Here is a problem with getting the encoding names localized.
Obviously
the detection of the bundle to ask was not adapted to the new scheme
a
while ago. When doing it like it is done in the rest of the code it
works.
Attached you find a patch for both issues...
Hope you can apply it.