NSStringEncoding Énumération
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Encodages pris en charge par NSString.Encode.
public enum NSStringEncoding
type NSStringEncoding =
- Héritage
-
NSStringEncoding
Champs
ASCIIStringEncoding | 1 | L’encodage ASCII contient 7 bits d’informations stockées dans 8 bits. |
ISO2022JP | 21 | |
ISOLatin1 | 5 | 8 bits ISO/IEC 8859-1, également connu comme encodage Latin1. |
ISOLatin2 | 9 | 8 bits ISO/IEC 8859-2, également connu sous le nom d’encodage Latin2. |
JapaneseEUC | 3 | |
MacOSRoman | 30 | |
NEXTSTEP | 2 | |
NonLossyASCII | 7 | |
ShiftJIS | 8 | |
Symbol | 6 | |
Unicode | 10 | |
UTF16BigEndian | 2415919360 | Encodage de longueur variable basé sur 16 bits, les blocs sont interprétés comme big endian. |
UTF16LittleEndian | 2483028224 | Encodage de longueur variable basé sur 16 bits, les blocs sont interprétés comme litle endian. |
UTF32 | 2348810496 | Encodage Unicode 32 bits. |
UTF32BigEndian | 2550137088 | Encodage 32 bits, les blocs sont interprétés comme big endian. |
UTF32LittleEndian | 2617245952 | Encodage 32 bits, les blocs sont interprétés comme little endian. |
UTF8 | 4 | Encodage de caractères de longueur variable 8 bits pour Unicode. |
WindowsCP1250 | 15 | |
WindowsCP1251 | 11 | |
WindowsCP1252 | 12 | |
WindowsCP1253 | 13 | |
WindowsCP1254 | 14 |
Remarques
Encodages pris en charge par NSData et NSString.