From 3307f9faab9f754ffc7357eba8bd7630fee5a130 Mon Sep 17 00:00:00 2001 From: jdess Date: Sat, 6 May 2000 15:29:38 +0000 Subject: [PATCH] Added some documentation for NSString git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@6570 72102866-910b-0410-8b05-ffd578937521 --- Documentation/gsdoc/NSString.gsdoc | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Documentation/gsdoc/NSString.gsdoc b/Documentation/gsdoc/NSString.gsdoc index e44418ede..7d3569b76 100644 --- a/Documentation/gsdoc/NSString.gsdoc +++ b/Documentation/gsdoc/NSString.gsdoc @@ -7,6 +7,9 @@ + + + 0.1 28 February, 2000 @@ -17,21 +20,30 @@ Foundation/NSString.h NSCoding +

NSString objects represent an immutable string of characters. NSString itself is an + abstract class which provides factory methods to generate objects of unspecified + subclasses.

+ +

A constant NSString can be created using the following syntax: @"...", + where the contents of the quotes are the string, using only ASCII characters.

availableStringEncodings +

Returns an array of all available string encodings, terminated by a null value.

defaultCStringEncoding +

Returns the encoding used for any method accepting a C string.

localizedNameOfStringEncoding: encoding +

Returns the localized name of the encoding specified by encoding.