mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-20 12:16:40 +00:00
Fix up previously applied patch
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@16331 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
18dbed39ca
commit
c91cd5da12
5 changed files with 60 additions and 45 deletions
|
@ -593,6 +593,7 @@ GSIsByteEncoding(NSStringEncoding encoding)
|
|||
/**
|
||||
* Returns the standard name for the specified encoding.
|
||||
*/
|
||||
#ifndef NeXT_Foundation_LIBRARY
|
||||
NSString*
|
||||
GSEncodingName(NSStringEncoding encoding)
|
||||
{
|
||||
|
@ -602,6 +603,7 @@ GSEncodingName(NSStringEncoding encoding)
|
|||
}
|
||||
return [NSString stringWithCString: encodingTable[encoding]->ename];
|
||||
}
|
||||
#endif
|
||||
|
||||
/**
|
||||
* <strong>deprecated</strong> Use GSEncodingName()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue