mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
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:
parent
ea4c6621eb
commit
a8bde1de26
1 changed files with 12 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue