UNICDE typo

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@10948 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fedor 2001-09-21 16:25:37 +00:00
parent 9265808796
commit 8bbc9ba946

View file

@ -52,7 +52,7 @@ struct _ucc_ {unichar from; char to;};
// The rest of the GNUstep code stores UNICODE in internal byte order,
// so we do the same. This should be UCS-2-INTERNAL for libiconv
#ifdef WORDS_BIGENDIAN
#define UNICODE_INT "UNICODEBIGL"
#define UNICODE_INT "UNICODEBIG"
#else
#define UNICODE_INT "UNICODELITTLE"
#endif