Improved documentation of defaultCStringEncoding method.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@9562 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2001-04-12 09:03:08 +00:00
parent ea4c6621eb
commit a8bde1de26

View file

@ -59,6 +59,18 @@
<desc>
<p>
Returns the encoding used for any method accepting a C string.
This value is determined automatically from the programs
environment and cannot be changed programmatically.
</p>
<p>
You should <em>NOT</em> override this method in an attempt to
change the encoding being used.
</p>
<p>
In GNUstep, this encoding is determined by the initial value
of the <code>GNUSTEP_STRING_ENCODING</code> environment
variable. If this is not defined,
<code>NSISOLatin1StringEncoding</code> is assumed.
</p>
</desc>
</method>