* Source/Additions/Unicode.m

Headers/Foundation/NSString.h
          revert my change from 2013-05-29
          breaks decoding of .gorm files in NSString for me on amd64



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@36701 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Sebastian Reitenbach 2013-06-06 10:11:27 +00:00
parent f7ce6cfaa5
commit 3fafe05f0c
3 changed files with 11 additions and 5 deletions

View file

@ -1350,7 +1350,7 @@ tables:
*/
if (estr == 0)
{
NSLog(@"GSToUnicode() No iconv for encoding x%02"PRIxPTR, enc);
NSLog(@"GSToUnicode() No iconv for encoding x%02x", enc);
result = NO;
goto done;
}
@ -2313,7 +2313,7 @@ iconv_start:
*/
if (estr == 0)
{
NSLog(@"GSFromUnicode() No iconv for encoding x%02"PRIxPTR, enc);
NSLog(@"GSFromUnicode() No iconv for encoding x%02x", enc);
result = NO;
goto done;
}