More default characterset info

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@9564 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2001-04-12 09:27:30 +00:00
parent a5078c558c
commit 5c2f1a9a9d

View file

@ -72,6 +72,13 @@
variable. If this is not defined,
<code>NSISOLatin1StringEncoding</code> is assumed.
</p>
<p>
The default C string encoding must be a characterset containing
7 or 8 bit characters, and where the characters are a superset
of the 7-bit ASCII characterset. In particular, this means
that NSUTF8StringEncoding and NSUnicodeStringEncoding are not
permissable.
</p>
</desc>
</method>