availableStringEncodings
Returns a zero-terminated list of the encodings string objects support in the application’s environment.
アプリケーションのもつ環境においてサポートされる符号化の文字列オブジェクトからなるゼロ終端されたリストを返します。
defaultCStringEncoding
Returns the C-string encoding assumed for any method accepting a C string as an argument.
C文字列を引数として受け入れる何らかのメソッドのために仮定されるC文字列符号化を返します。
+ stringEncodingForData:encodingOptions:convertedString:usedLossyConversion:
Returns the string encoding for the given data as detected by attempting to create a string according to the specified encoding options.
与えられたデータに対する文字列符号化を返します、指定された符号化オプションによって文字列を作成することを試みることによって検出されるとおりに。
+ localizedNameOfStringEncoding:
Returns a human-readable string giving the name of a given encoding.
与えられた符号化の名前を与えている、人間が読むことができる文字列を返します。
- canBeConvertedToEncoding:
Returns a Boolean value that indicates whether the receiver can be converted to a given encoding without loss of information.
あるブール値を返します、それはレシーバがある与えられた符号化へと情報の損失なしに変換されることができるかどうかを指し示します。
- dataUsingEncoding:allowLossyConversion:
Returns an
NSData
object containing a representation of the receiver encoded using a given encoding.
あるNSData
オブジェクトを返します、与えられた符号化を使って符号化されるレシーバの表現を含んでいます。
description
This
NSString
object.
このNSString
オブジェクト。
fastestEncoding
The fastest encoding to which the receiver may be converted without loss of information.
レシーバが情報の損失なしに変換されるであろう最速の符号化。
smallestEncoding
The smallest encoding to which the receiver can be converted without loss of information.
レシーバが情報の損失無しに変換できる最小の符号化を返します。
NSStringEncoding
The following constants are provided by
NSString
as possible string encodings.
以下の定数は、NSString
によって可能な文字列符号化として提供されます。
NSString Handling Exception Names
NSStringが取り扱う例外の名前
These constants define the names of exceptions raised if
NSString
cannot represent a string in a given encoding, or parse a string as a property list.
これらの定数は、NSString
が文字列をある与えられた符号化で表せない、または文字列をプロパティリストであると構文解析するならば引き起こされる例外の名前を定義します。