mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Added GSUndefinedEncoding
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2818 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
97e1d199c3
commit
4118034328
1 changed files with 4 additions and 0 deletions
|
@ -63,6 +63,10 @@ typedef enum _NSStringEncoding
|
|||
|
||||
typedef enum _NSStringEncoding
|
||||
{
|
||||
/* NB. Must not have an encoding with value zero - so we can use zero to
|
||||
tell that a variable that should contain an encoding has not yet been
|
||||
initialised */
|
||||
GSUndefinedEncoding = 0,
|
||||
NSASCIIStringEncoding = 1,
|
||||
NSNEXTSTEPStringEncoding = 2,
|
||||
NSJapaneseEUCStringEncoding = 3,
|
||||
|
|
Loading…
Reference in a new issue